Html Css Color HEX #D02F7F Deep Cerise

📋 copy color: '#D02F7F'

red 208 ◦ green 47 ◦ blue 127

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

Shades of Deep Cerise #D02F7F

Tints of Deep Cerise #D02F7F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.3%

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

R = 54.45%
G = 12.3%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D02F7F (or 0xD02F7F) is known color: Deep Cerise. HEX triplet: D0, 2F and 7F. RGB value is (208,47,127). Sum of RGB (Red+Green+Blue) = 208+47+127=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02F7F is #2FD080. Grayscale: #686868. Windows color (decimal): -3133569 or 8335312. OLE color: 8335312.

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

Color convert

RGB 208 47 127 -
CMYK 0 0.77 0.39 0.18
HSL 330.19º 0.63% 0.5% -
HSV(B) 330.19º 0.77% 0.82% -
XYZ 30.86 16.98 21.73 -
YUV 104.26 140.84 202 -
System Red Green Blue C M Y K H S L
Decimal 208 47 127 0 0.77 0.39 0.18 330.19 0.63 0.5
Hex D0 2F 7F 0 4D 27 12 14A 3F 32
Octal 320 57 177 0 115 47 22 512 77 62
Binary 11010000 101111 1111111 0 1001101 100111 10010 101001010 111111 110010

Color Harmonies of #D02F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F7F

Black with #D02F7F

Text Example


Text Example

White with #D02F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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