Html Css Color HEX #D0277D Deep Cerise

📋 copy color: '#D0277D'

red 208 ◦ green 39 ◦ blue 125

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

Shades of Deep Cerise #D0277D

Tints of Deep Cerise #D0277D

RGB

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

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

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

R = 55.91%
G = 10.48%
B = 33.6%

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

#D0277D (or 0xD0277D) is known color: Deep Cerise. HEX triplet: D0, 27 and 7D. RGB value is (208,39,125). Sum of RGB (Red+Green+Blue) = 208+39+125=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0277D is #2FD882. Grayscale: #636363. Windows color (decimal): -3135619 or 8202192. OLE color: 8202192.

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

Color convert

RGB 208 39 125 -
CMYK 0 0.81 0.40 0.18
HSL 329.47º 0.68% 0.48% -
HSV(B) 329.47º 0.81% 0.82% -
XYZ 30.44 16.34 20.95 -
YUV 99.34 142.49 205.51 -
System Red Green Blue C M Y K H S L
Decimal 208 39 125 0 0.81 0.40 0.18 329.47 0.68 0.48
Hex D0 27 7D 0 51 28 12 149 44 30
Octal 320 47 175 0 121 50 22 511 104 60
Binary 11010000 100111 1111101 0 1010001 101000 10010 101001001 1000100 110000

Color Harmonies of #D0277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0277D

Black with #D0277D

Text Example


Text Example

White with #D0277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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