Html Css Color HEX #D2287A Deep Cerise

📋 copy color: '#D2287A'

red 210 ◦ green 40 ◦ blue 122

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

Shades of Deep Cerise #D2287A

Tints of Deep Cerise #D2287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.8%

R = 56.45%
G = 10.75%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2287A (or 0xD2287A) is known color: Deep Cerise. HEX triplet: D2, 28 and 7A. RGB value is (210,40,122). Sum of RGB (Red+Green+Blue) = 210+40+122=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2287A is #2DD785. Grayscale: #646464. Windows color (decimal): -3004294 or 8005842. OLE color: 8005842.

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

Color convert

RGB 210 40 122 -
CMYK 0 0.81 0.42 0.18
HSL 331.06º 0.68% 0.49% -
HSV(B) 331.06º 0.81% 0.82% -
XYZ 30.85 16.62 20 -
YUV 100.18 140.32 206.33 -
System Red Green Blue C M Y K H S L
Decimal 210 40 122 0 0.81 0.42 0.18 331.06 0.68 0.49
Hex D2 28 7A 0 51 2A 12 14B 44 31
Octal 322 50 172 0 121 52 22 513 104 61
Binary 11010010 101000 1111010 0 1010001 101010 10010 101001011 1000100 110001

Color Harmonies of #D2287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2287A

Black with #D2287A

Text Example


Text Example

White with #D2287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2287A; }

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

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

background-color css

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

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

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

border-color css

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

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

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