Html Css Color HEX #D0337B Deep Cerise

📋 copy color: '#D0337B'

red 208 ◦ green 51 ◦ blue 123

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

Shades of Deep Cerise #D0337B

Tints of Deep Cerise #D0337B

RGB

 RED value IS 208 (81.64% from 255) = 54.45%

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 54.45%
G = 13.35%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0337B (or 0xD0337B) is known color: Deep Cerise. HEX triplet: D0, 33 and 7B. RGB value is (208,51,123). Sum of RGB (Red+Green+Blue) = 208+51+123=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0337B is #2FCC84. Grayscale: #6A6A6A. Windows color (decimal): -3132549 or 8074192. OLE color: 8074192.

HSL color Cylindrical-coordinate representation of color #D0337B: hue angle of 332.48º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0337B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 123 -
CMYK 0 0.75 0.41 0.18
HSL 332.48º 0.63% 0.51% -
HSV(B) 332.48º 0.75% 0.82% -
XYZ 30.77 17.21 20.44 -
YUV 106.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 208 51 123 0 0.75 0.41 0.18 332.48 0.63 0.51
Hex D0 33 7B 0 4B 29 12 14C 3F 33
Octal 320 63 173 0 113 51 22 514 77 63
Binary 11010000 110011 1111011 0 1001011 101001 10010 101001100 111111 110011

Color Harmonies of #D0337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0337B

Black with #D0337B

Text Example


Text Example

White with #D0337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0337B; }

 p { color: rgb(208,51,123); }

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

background-color css

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

 a { background-color: rgb(208,51,123); }

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

border-color css

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

 span { border-color: rgb(208,51,123); }

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