Html Css Color HEX #D2287B Deep Cerise

📋 copy color: '#D2287B'

red 210 ◦ green 40 ◦ blue 123

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

Shades of Deep Cerise #D2287B

Tints of Deep Cerise #D2287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 56.3%
G = 10.72%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2287B (or 0xD2287B) is known color: Deep Cerise. HEX triplet: D2, 28 and 7B. RGB value is (210,40,123). Sum of RGB (Red+Green+Blue) = 210+40+123=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2287B is #2DD784. Grayscale: #646464. Windows color (decimal): -3004293 or 8071378. OLE color: 8071378.

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

Color convert

RGB 210 40 123 -
CMYK 0 0.81 0.41 0.18
HSL 330.71º 0.68% 0.49% -
HSV(B) 330.71º 0.81% 0.82% -
XYZ 30.91 16.65 20.32 -
YUV 100.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 210 40 123 0 0.81 0.41 0.18 330.71 0.68 0.49
Hex D2 28 7B 0 51 29 12 14B 44 31
Octal 322 50 173 0 121 51 22 513 104 61
Binary 11010010 101000 1111011 0 1010001 101001 10010 101001011 1000100 110001

Color Harmonies of #D2287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2287B

Black with #D2287B

Text Example


Text Example

White with #D2287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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