Html Css Color HEX #D2287F Deep Cerise

📋 copy color: '#D2287F'

red 210 ◦ green 40 ◦ blue 127

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

Shades of Deep Cerise #D2287F

Tints of Deep Cerise #D2287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.61%

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

R = 55.7%
G = 10.61%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2287F (or 0xD2287F) is known color: Deep Cerise. HEX triplet: D2, 28 and 7F. RGB value is (210,40,127). Sum of RGB (Red+Green+Blue) = 210+40+127=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D2287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2287F is #2DD780. Grayscale: #646464. Windows color (decimal): -3004289 or 8333522. OLE color: 8333522.

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

Color convert

RGB 210 40 127 -
CMYK 0 0.81 0.40 0.18
HSL 329.29º 0.68% 0.49% -
HSV(B) 329.29º 0.81% 0.82% -
XYZ 31.17 16.75 21.67 -
YUV 100.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 210 40 127 0 0.81 0.40 0.18 329.29 0.68 0.49
Hex D2 28 7F 0 51 28 12 149 44 31
Octal 322 50 177 0 121 50 22 511 104 61
Binary 11010010 101000 1111111 0 1010001 101000 10010 101001001 1000100 110001

Color Harmonies of #D2287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2287F

Black with #D2287F

Text Example


Text Example

White with #D2287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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