Html Css Color HEX #D2237F Deep Cerise

📋 copy color: '#D2237F'

red 210 ◦ green 35 ◦ blue 127

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

Shades of Deep Cerise #D2237F

Tints of Deep Cerise #D2237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.41%

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

R = 56.45%
G = 9.41%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2237F (or 0xD2237F) is known color: Deep Cerise. HEX triplet: D2, 23 and 7F. RGB value is (210,35,127). Sum of RGB (Red+Green+Blue) = 210+35+127=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2237F is #2DDC80. Grayscale: #616161. Windows color (decimal): -3005569 or 8332242. OLE color: 8332242.

HSL color Cylindrical-coordinate representation of color #D2237F: hue angle of 328.46º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2237F is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 35 127 -
CMYK 0 0.83 0.40 0.18
HSL 328.46º 0.71% 0.48% -
HSV(B) 328.46º 0.83% 0.82% -
XYZ 31.01 16.44 21.62 -
YUV 97.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 210 35 127 0 0.83 0.40 0.18 328.46 0.71 0.48
Hex D2 23 7F 0 53 28 12 148 47 30
Octal 322 43 177 0 123 50 22 510 107 60
Binary 11010010 100011 1111111 0 1010011 101000 10010 101001000 1000111 110000

Color Harmonies of #D2237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2237F

Black with #D2237F

Text Example


Text Example

White with #D2237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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