Html Css Color HEX #D03C90 Deep Cerise

📋 copy color: '#D03C90'

red 208 ◦ green 60 ◦ blue 144

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

Shades of Deep Cerise #D03C90

Tints of Deep Cerise #D03C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.95%

R = 50.49%
G = 14.56%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D03C90 (or 0xD03C90) is known color: Deep Cerise. HEX triplet: D0, 3C and 90. RGB value is (208,60,144). Sum of RGB (Red+Green+Blue) = 208+60+144=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03C90 is #2FC36F. Grayscale: #717171. Windows color (decimal): -3130224 or 9452752. OLE color: 9452752.

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

Color convert

RGB 208 60 144 -
CMYK 0 0.71 0.31 0.18
HSL 325.95º 0.61% 0.53% -
HSV(B) 325.95º 0.71% 0.82% -
XYZ 32.66 18.66 28.26 -
YUV 113.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 208 60 144 0 0.71 0.31 0.18 325.95 0.61 0.53
Hex D0 3C 90 0 47 1F 12 146 3D 35
Octal 320 74 220 0 107 37 22 506 75 65
Binary 11010000 111100 10010000 0 1000111 11111 10010 101000110 111101 110101

Color Harmonies of #D03C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C90

Black with #D03C90

Text Example


Text Example

White with #D03C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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