Html Css Color HEX #D0327F Deep Cerise

📋 copy color: '#D0327F'

red 208 ◦ green 50 ◦ blue 127

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

Shades of Deep Cerise #D0327F

Tints of Deep Cerise #D0327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.99%

 BLUE value IS 127 (50% from 255) = 32.99%

R = 54.03%
G = 12.99%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0327F (or 0xD0327F) is known color: Deep Cerise. HEX triplet: D0, 32 and 7F. RGB value is (208,50,127). Sum of RGB (Red+Green+Blue) = 208+50+127=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0327F is #2FCD80. Grayscale: #696969. Windows color (decimal): -3132801 or 8336080. OLE color: 8336080.

HSL color Cylindrical-coordinate representation of color #D0327F: hue angle of 330.76º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0327F is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 127 -
CMYK 0 0.76 0.39 0.18
HSL 330.76º 0.63% 0.51% -
HSV(B) 330.76º 0.76% 0.82% -
XYZ 30.98 17.22 21.77 -
YUV 106.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 208 50 127 0 0.76 0.39 0.18 330.76 0.63 0.51
Hex D0 32 7F 0 4C 27 12 14B 3F 33
Octal 320 62 177 0 114 47 22 513 77 63
Binary 11010000 110010 1111111 0 1001100 100111 10010 101001011 111111 110011

Color Harmonies of #D0327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0327F

Black with #D0327F

Text Example


Text Example

White with #D0327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0327F; }

 p { color: rgb(208,50,127); }

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

background-color css

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

 a { background-color: rgb(208,50,127); }

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

border-color css

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

 span { border-color: rgb(208,50,127); }

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