Html Css Color HEX #D0279B Deep Cerise

📋 copy color: '#D0279B'

red 208 ◦ green 39 ◦ blue 155

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

Shades of Deep Cerise #D0279B

Tints of Deep Cerise #D0279B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 51.74%
G = 9.7%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0279B (or 0xD0279B) is known color: Deep Cerise. HEX triplet: D0, 27 and 9B. RGB value is (208,39,155). Sum of RGB (Red+Green+Blue) = 208+39+155=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0279B is #2FD864. Grayscale: #666666. Windows color (decimal): -3135589 or 10168272. OLE color: 10168272.

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

Color convert

RGB 208 39 155 -
CMYK 0 0.81 0.25 0.18
HSL 318.82º 0.68% 0.48% -
HSV(B) 318.82º 0.81% 0.82% -
XYZ 32.65 17.23 32.61 -
YUV 102.76 157.49 203.07 -
System Red Green Blue C M Y K H S L
Decimal 208 39 155 0 0.81 0.25 0.18 318.82 0.68 0.48
Hex D0 27 9B 0 51 19 12 13F 44 30
Octal 320 47 233 0 121 31 22 477 104 60
Binary 11010000 100111 10011011 0 1010001 11001 10010 100111111 1000100 110000

Color Harmonies of #D0279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0279B

Black with #D0279B

Text Example


Text Example

White with #D0279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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