Html Css Color HEX #D0288B Deep Cerise

📋 copy color: '#D0288B'

red 208 ◦ green 40 ◦ blue 139

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

Shades of Deep Cerise #D0288B

Tints of Deep Cerise #D0288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 53.75%
G = 10.34%
B = 35.92%

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

#D0288B (or 0xD0288B) is known color: Deep Cerise. HEX triplet: D0, 28 and 8B. RGB value is (208,40,139). Sum of RGB (Red+Green+Blue) = 208+40+139=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0288B is #2FD774. Grayscale: #656565. Windows color (decimal): -3135349 or 9119952. OLE color: 9119952.

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

Color convert

RGB 208 40 139 -
CMYK 0 0.81 0.33 0.18
HSL 324.64º 0.68% 0.49% -
HSV(B) 324.64º 0.81% 0.82% -
XYZ 31.43 16.79 26.01 -
YUV 101.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 208 40 139 0 0.81 0.33 0.18 324.64 0.68 0.49
Hex D0 28 8B 0 51 21 12 145 44 31
Octal 320 50 213 0 121 41 22 505 104 61
Binary 11010000 101000 10001011 0 1010001 100001 10010 101000101 1000100 110001

Color Harmonies of #D0288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0288B

Black with #D0288B

Text Example


Text Example

White with #D0288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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