Html Css Color HEX #D0279F Deep Cerise

📋 copy color: '#D0279F'

red 208 ◦ green 39 ◦ blue 159

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

Shades of Deep Cerise #D0279F

Tints of Deep Cerise #D0279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.61%

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 51.23%
G = 9.61%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0279F (or 0xD0279F) is known color: Deep Cerise. HEX triplet: D0, 27 and 9F. RGB value is (208,39,159). Sum of RGB (Red+Green+Blue) = 208+39+159=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0279F is #2FD860. Grayscale: #666666. Windows color (decimal): -3135585 or 10430416. OLE color: 10430416.

HSL color Cylindrical-coordinate representation of color #D0279F: hue angle of 317.4º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0279F is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 159 -
CMYK 0 0.81 0.24 0.18
HSL 317.4º 0.68% 0.48% -
HSV(B) 317.4º 0.81% 0.82% -
XYZ 33 17.36 34.41 -
YUV 103.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 208 39 159 0 0.81 0.24 0.18 317.4 0.68 0.48
Hex D0 27 9F 0 51 18 12 13D 44 30
Octal 320 47 237 0 121 30 22 475 104 60
Binary 11010000 100111 10011111 0 1010001 11000 10010 100111101 1000100 110000

Color Harmonies of #D0279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0279F

Black with #D0279F

Text Example


Text Example

White with #D0279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0279F; }

 p { color: rgb(208,39,159); }

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

background-color css

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

 a { background-color: rgb(208,39,159); }

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

border-color css

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

 span { border-color: rgb(208,39,159); }

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