Html Css Color HEX #D0288C Deep Cerise

📋 copy color: '#D0288C'

red 208 ◦ green 40 ◦ blue 140

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

Shades of Deep Cerise #D0288C

Tints of Deep Cerise #D0288C

RGB

 RED value IS 208 (81.64% from 255) = 53.61%

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 53.61%
G = 10.31%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0288C (or 0xD0288C) is known color: Deep Cerise. HEX triplet: D0, 28 and 8C. RGB value is (208,40,140). Sum of RGB (Red+Green+Blue) = 208+40+140=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0288C is #2FD773. Grayscale: #656565. Windows color (decimal): -3135348 or 9185488. OLE color: 9185488.

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

Color convert

RGB 208 40 140 -
CMYK 0 0.81 0.33 0.18
HSL 324.29º 0.68% 0.49% -
HSV(B) 324.29º 0.81% 0.82% -
XYZ 31.5 16.82 26.4 -
YUV 101.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 208 40 140 0 0.81 0.33 0.18 324.29 0.68 0.49
Hex D0 28 8C 0 51 21 12 144 44 31
Octal 320 50 214 0 121 41 22 504 104 61
Binary 11010000 101000 10001100 0 1010001 100001 10010 101000100 1000100 110001

Color Harmonies of #D0288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0288C

Black with #D0288C

Text Example


Text Example

White with #D0288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0288C; }

 p { color: rgb(208,40,140); }

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

background-color css

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

 a { background-color: rgb(208,40,140); }

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

border-color css

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

 span { border-color: rgb(208,40,140); }

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