Html Css Color HEX #D0277C Deep Cerise

📋 copy color: '#D0277C'

red 208 ◦ green 39 ◦ blue 124

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

Shades of Deep Cerise #D0277C

Tints of Deep Cerise #D0277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 56.06%
G = 10.51%
B = 33.42%

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

#D0277C (or 0xD0277C) is known color: Deep Cerise. HEX triplet: D0, 27 and 7C. RGB value is (208,39,124). Sum of RGB (Red+Green+Blue) = 208+39+124=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0277C is #2FD883. Grayscale: #636363. Windows color (decimal): -3135620 or 8136656. OLE color: 8136656.

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

Color convert

RGB 208 39 124 -
CMYK 0 0.81 0.40 0.18
HSL 329.82º 0.68% 0.48% -
HSV(B) 329.82º 0.81% 0.82% -
XYZ 30.38 16.32 20.62 -
YUV 99.22 141.99 205.59 -
System Red Green Blue C M Y K H S L
Decimal 208 39 124 0 0.81 0.40 0.18 329.82 0.68 0.48
Hex D0 27 7C 0 51 28 12 14A 44 30
Octal 320 47 174 0 121 50 22 512 104 60
Binary 11010000 100111 1111100 0 1010001 101000 10010 101001010 1000100 110000

Color Harmonies of #D0277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0277C

Black with #D0277C

Text Example


Text Example

White with #D0277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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