Html Css Color HEX #D02F7C Deep Cerise

📋 copy color: '#D02F7C'

red 208 ◦ green 47 ◦ blue 124

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

Shades of Deep Cerise #D02F7C

Tints of Deep Cerise #D02F7C

RGB

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

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

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

R = 54.88%
G = 12.4%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D02F7C (or 0xD02F7C) is known color: Deep Cerise. HEX triplet: D0, 2F and 7C. RGB value is (208,47,124). Sum of RGB (Red+Green+Blue) = 208+47+124=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02F7C is #2FD083. Grayscale: #676767. Windows color (decimal): -3133572 or 8138704. OLE color: 8138704.

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

Color convert

RGB 208 47 124 -
CMYK 0 0.77 0.40 0.18
HSL 331.3º 0.63% 0.5% -
HSV(B) 331.3º 0.77% 0.82% -
XYZ 30.67 16.9 20.71 -
YUV 103.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 208 47 124 0 0.77 0.40 0.18 331.3 0.63 0.5
Hex D0 2F 7C 0 4D 28 12 14B 3F 32
Octal 320 57 174 0 115 50 22 513 77 62
Binary 11010000 101111 1111100 0 1001101 101000 10010 101001011 111111 110010

Color Harmonies of #D02F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F7C

Black with #D02F7C

Text Example


Text Example

White with #D02F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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