Html Css Color HEX #D03C7C Deep Cerise

📋 copy color: '#D03C7C'

red 208 ◦ green 60 ◦ blue 124

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

Shades of Deep Cerise #D03C7C

Tints of Deep Cerise #D03C7C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.31%

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

R = 53.06%
G = 15.31%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D03C7C (or 0xD03C7C) is known color: Deep Cerise. HEX triplet: D0, 3C and 7C. RGB value is (208,60,124). Sum of RGB (Red+Green+Blue) = 208+60+124=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03C7C is #2FC383. Grayscale: #6F6F6F. Windows color (decimal): -3130244 or 8142032. OLE color: 8142032.

HSL color Cylindrical-coordinate representation of color #D03C7C: hue angle of 334.05º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03C7C is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 60 124 -
CMYK 0 0.71 0.40 0.18
HSL 334.05º 0.61% 0.53% -
HSV(B) 334.05º 0.71% 0.82% -
XYZ 31.27 18.1 20.91 -
YUV 111.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 208 60 124 0 0.71 0.40 0.18 334.05 0.61 0.53
Hex D0 3C 7C 0 47 28 12 14E 3D 35
Octal 320 74 174 0 107 50 22 516 75 65
Binary 11010000 111100 1111100 0 1000111 101000 10010 101001110 111101 110101

Color Harmonies of #D03C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C7C

Black with #D03C7C

Text Example


Text Example

White with #D03C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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