Html Css Color HEX #D2337C Deep Cerise

📋 copy color: '#D2337C'

red 210 ◦ green 51 ◦ blue 124

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

Shades of Deep Cerise #D2337C

Tints of Deep Cerise #D2337C

RGB

 RED value IS 210 (82.42% from 255) = 54.55%

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

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

R = 54.55%
G = 13.25%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2337C (or 0xD2337C) is known color: Deep Cerise. HEX triplet: D2, 33 and 7C. RGB value is (210,51,124). Sum of RGB (Red+Green+Blue) = 210+51+124=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2337C is #2DCC83. Grayscale: #6A6A6A. Windows color (decimal): -3001476 or 8139730. OLE color: 8139730.

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

Color convert

RGB 210 51 124 -
CMYK 0 0.76 0.41 0.18
HSL 332.45º 0.64% 0.51% -
HSV(B) 332.45º 0.76% 0.82% -
XYZ 31.4 17.52 20.8 -
YUV 106.86 137.68 201.56 -
System Red Green Blue C M Y K H S L
Decimal 210 51 124 0 0.76 0.41 0.18 332.45 0.64 0.51
Hex D2 33 7C 0 4C 29 12 14C 40 33
Octal 322 63 174 0 114 51 22 514 100 63
Binary 11010010 110011 1111100 0 1001100 101001 10010 101001100 1000000 110011

Color Harmonies of #D2337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2337C

Black with #D2337C

Text Example


Text Example

White with #D2337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2337C; }

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

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

background-color css

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

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

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

border-color css

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

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

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