Html Css Color HEX #D0337C Deep Cerise

📋 copy color: '#D0337C'

red 208 ◦ green 51 ◦ blue 124

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

Shades of Deep Cerise #D0337C

Tints of Deep Cerise #D0337C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 54.31%
G = 13.32%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0337C (or 0xD0337C) is known color: Deep Cerise. HEX triplet: D0, 33 and 7C. RGB value is (208,51,124). Sum of RGB (Red+Green+Blue) = 208+51+124=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0337C is #2FCC83. Grayscale: #6A6A6A. Windows color (decimal): -3132548 or 8139728. OLE color: 8139728.

HSL color Cylindrical-coordinate representation of color #D0337C: hue angle of 332.1º 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 #D0337C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 124 -
CMYK 0 0.75 0.40 0.18
HSL 332.1º 0.63% 0.51% -
HSV(B) 332.1º 0.75% 0.82% -
XYZ 30.83 17.23 20.77 -
YUV 106.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 208 51 124 0 0.75 0.40 0.18 332.1 0.63 0.51
Hex D0 33 7C 0 4B 28 12 14C 3F 33
Octal 320 63 174 0 113 50 22 514 77 63
Binary 11010000 110011 1111100 0 1001011 101000 10010 101001100 111111 110011

Color Harmonies of #D0337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0337C

Black with #D0337C

Text Example


Text Example

White with #D0337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0337C; }

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

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

background-color css

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

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

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

border-color css

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

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

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