Html Css Color HEX #D0287D Deep Cerise

📋 copy color: '#D0287D'

red 208 ◦ green 40 ◦ blue 125

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

Shades of Deep Cerise #D0287D

Tints of Deep Cerise #D0287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 55.76%
G = 10.72%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0287D (or 0xD0287D) is known color: Deep Cerise. HEX triplet: D0, 28 and 7D. RGB value is (208,40,125). Sum of RGB (Red+Green+Blue) = 208+40+125=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0287D is #2FD782. Grayscale: #636363. Windows color (decimal): -3135363 or 8202448. OLE color: 8202448.

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

Color convert

RGB 208 40 125 -
CMYK 0 0.81 0.40 0.18
HSL 329.64º 0.68% 0.49% -
HSV(B) 329.64º 0.81% 0.82% -
XYZ 30.47 16.41 20.96 -
YUV 99.92 142.16 205.09 -
System Red Green Blue C M Y K H S L
Decimal 208 40 125 0 0.81 0.40 0.18 329.64 0.68 0.49
Hex D0 28 7D 0 51 28 12 14A 44 31
Octal 320 50 175 0 121 50 22 512 104 61
Binary 11010000 101000 1111101 0 1010001 101000 10010 101001010 1000100 110001

Color Harmonies of #D0287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0287D

Black with #D0287D

Text Example


Text Example

White with #D0287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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