Html Css Color HEX #D0287A Deep Cerise

📋 copy color: '#D0287A'

red 208 ◦ green 40 ◦ blue 122

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

Shades of Deep Cerise #D0287A

Tints of Deep Cerise #D0287A

RGB

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

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

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

R = 56.22%
G = 10.81%
B = 32.97%

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

#D0287A (or 0xD0287A) is known color: Deep Cerise. HEX triplet: D0, 28 and 7A. RGB value is (208,40,122). Sum of RGB (Red+Green+Blue) = 208+40+122=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0287A is #2FD785. Grayscale: #636363. Windows color (decimal): -3135366 or 8005840. OLE color: 8005840.

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

Color convert

RGB 208 40 122 -
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.28 16.33 19.97 -
YUV 99.58 140.66 205.33 -
System Red Green Blue C M Y K H S L
Decimal 208 40 122 0 0.81 0.41 0.18 330.71 0.68 0.49
Hex D0 28 7A 0 51 29 12 14B 44 31
Octal 320 50 172 0 121 51 22 513 104 61
Binary 11010000 101000 1111010 0 1010001 101001 10010 101001011 1000100 110001

Color Harmonies of #D0287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0287A

Black with #D0287A

Text Example


Text Example

White with #D0287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0287A; }

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

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

background-color css

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

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

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

border-color css

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

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

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