Html Css Color HEX #D0279D Deep Cerise

📋 copy color: '#D0279D'

red 208 ◦ green 39 ◦ blue 157

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

Shades of Deep Cerise #D0279D

Tints of Deep Cerise #D0279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 51.49%
G = 9.65%
B = 38.86%

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

#D0279D (or 0xD0279D) is known color: Deep Cerise. HEX triplet: D0, 27 and 9D. RGB value is (208,39,157). Sum of RGB (Red+Green+Blue) = 208+39+157=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0279D is #2FD862. Grayscale: #666666. Windows color (decimal): -3135587 or 10299344. OLE color: 10299344.

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

Color convert

RGB 208 39 157 -
CMYK 0 0.81 0.25 0.18
HSL 318.11º 0.68% 0.48% -
HSV(B) 318.11º 0.81% 0.82% -
XYZ 32.82 17.3 33.51 -
YUV 102.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 208 39 157 0 0.81 0.25 0.18 318.11 0.68 0.48
Hex D0 27 9D 0 51 19 12 13E 44 30
Octal 320 47 235 0 121 31 22 476 104 60
Binary 11010000 100111 10011101 0 1010001 11001 10010 100111110 1000100 110000

Color Harmonies of #D0279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0279D

Black with #D0279D

Text Example


Text Example

White with #D0279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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