Html Css Color HEX #D2337F Deep Cerise

📋 copy color: '#D2337F'

red 210 ◦ green 51 ◦ blue 127

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

Shades of Deep Cerise #D2337F

Tints of Deep Cerise #D2337F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 54.12%
G = 13.14%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2337F (or 0xD2337F) is known color: Deep Cerise. HEX triplet: D2, 33 and 7F. RGB value is (210,51,127). Sum of RGB (Red+Green+Blue) = 210+51+127=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2337F is #2DCC80. Grayscale: #6B6B6B. Windows color (decimal): -3001473 or 8336338. OLE color: 8336338.

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

Color convert

RGB 210 51 127 -
CMYK 0 0.76 0.40 0.18
HSL 331.32º 0.64% 0.51% -
HSV(B) 331.32º 0.76% 0.82% -
XYZ 31.59 17.6 21.81 -
YUV 107.21 139.18 201.32 -
System Red Green Blue C M Y K H S L
Decimal 210 51 127 0 0.76 0.40 0.18 331.32 0.64 0.51
Hex D2 33 7F 0 4C 28 12 14B 40 33
Octal 322 63 177 0 114 50 22 513 100 63
Binary 11010010 110011 1111111 0 1001100 101000 10010 101001011 1000000 110011

Color Harmonies of #D2337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2337F

Black with #D2337F

Text Example


Text Example

White with #D2337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2337F; }

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

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

background-color css

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

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

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

border-color css

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

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

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