Html Css Color HEX #D03B7C Deep Cerise

📋 copy color: '#D03B7C'

red 208 ◦ green 59 ◦ blue 124

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

Shades of Deep Cerise #D03B7C

Tints of Deep Cerise #D03B7C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.09%

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

R = 53.2%
G = 15.09%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D03B7C (or 0xD03B7C) is known color: Deep Cerise. HEX triplet: D0, 3B and 7C. RGB value is (208,59,124). Sum of RGB (Red+Green+Blue) = 208+59+124=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B7C is #2FC483. Grayscale: #6E6E6E. Windows color (decimal): -3130500 or 8141776. OLE color: 8141776.

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

Color convert

RGB 208 59 124 -
CMYK 0 0.72 0.40 0.18
HSL 333.83º 0.61% 0.52% -
HSV(B) 333.83º 0.72% 0.82% -
XYZ 31.21 17.99 20.9 -
YUV 110.96 135.36 197.21 -
System Red Green Blue C M Y K H S L
Decimal 208 59 124 0 0.72 0.40 0.18 333.83 0.61 0.52
Hex D0 3B 7C 0 48 28 12 14E 3D 34
Octal 320 73 174 0 110 50 22 516 75 64
Binary 11010000 111011 1111100 0 1001000 101000 10010 101001110 111101 110100

Color Harmonies of #D03B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03B7C

Black with #D03B7C

Text Example


Text Example

White with #D03B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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