Html Css Color HEX #D2287E Deep Cerise

📋 copy color: '#D2287E'

red 210 ◦ green 40 ◦ blue 126

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

Shades of Deep Cerise #D2287E

Tints of Deep Cerise #D2287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 55.85%
G = 10.64%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2287E (or 0xD2287E) is known color: Deep Cerise. HEX triplet: D2, 28 and 7E. RGB value is (210,40,126). Sum of RGB (Red+Green+Blue) = 210+40+126=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2287E is #2DD781. Grayscale: #646464. Windows color (decimal): -3004290 or 8267986. OLE color: 8267986.

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

Color convert

RGB 210 40 126 -
CMYK 0 0.81 0.4 0.18
HSL 329.65º 0.68% 0.49% -
HSV(B) 329.65º 0.81% 0.82% -
XYZ 31.1 16.73 21.33 -
YUV 100.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 210 40 126 0 0.81 0.4 0.18 329.65 0.68 0.49
Hex D2 28 7E 0 51 28 12 14A 44 31
Octal 322 50 176 0 121 50 22 512 104 61
Binary 11010010 101000 1111110 0 1010001 101000 10010 101001010 1000100 110001

Color Harmonies of #D2287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2287E

Black with #D2287E

Text Example


Text Example

White with #D2287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2287E; }

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

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

background-color css

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

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

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

border-color css

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

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

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