Html Css Color HEX #D6338E Deep Cerise

📋 copy color: '#D6338E'

red 214 ◦ green 51 ◦ blue 142

#D6338E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D6338E

Tints of Deep Cerise #D6338E

RGB

 RED value IS 214 (83.98% from 255) = 52.58%

 GREEN value IS 51 (20.31% from 255) = 12.53%

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 52.58%
G = 12.53%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6338E (or 0xD6338E) is known color: Deep Cerise. HEX triplet: D6, 33 and 8E. RGB value is (214,51,142). Sum of RGB (Red+Green+Blue) = 214+51+142=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6338E is #29CC71. Grayscale: #6D6D6D. Windows color (decimal): -2739314 or 9319382. OLE color: 9319382.

HSL color Cylindrical-coordinate representation of color #D6338E: hue angle of 326.5º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6338E is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 142 -
CMYK 0 0.76 0.34 0.16
HSL 326.5º 0.67% 0.52% -
HSV(B) 326.5º 0.76% 0.84% -
XYZ 33.8 18.62 27.4 -
YUV 110.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 214 51 142 0 0.76 0.34 0.16 326.5 0.67 0.52
Hex D6 33 8E 0 4C 22 10 147 43 34
Octal 326 63 216 0 114 42 20 507 103 64
Binary 11010110 110011 10001110 0 1001100 100010 10000 101000111 1000011 110100

Color Harmonies of #D6338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6338E

Black with #D6338E

Text Example


Text Example

White with #D6338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6338E; }

 p { color: rgb(214,51,142); }

 H1.HeaderClassName
 {
   color: #D6338E;
 }
 .AnyTagClassName
 {
   color: #D6338E;
 }
</style>

background-color css

<style>
 a { background-color: #D6338E; }

 a { background-color: rgb(214,51,142); }

 div.DivClassName
 {
   background-color: #D6338E;
 }
 .BgClassName
 {
   background-color: #D6338E;
 }
</style>

border-color css

<style>
 span { border-color: #D6338E; }

 span { border-color: rgb(214,51,142); }

 td.TdClassName
 {
   border-color: #D6338E;
 }
 .TagClassName
 {
   border-color: #D6338E;
 }
</style>