Html Css Color HEX #D03C70 Cerise

📋 copy color: '#D03C70'

red 208 ◦ green 60 ◦ blue 112

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

Shades of Cerise #D03C70

Tints of Cerise #D03C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.47%

R = 54.74%
G = 15.79%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D03C70 (or 0xD03C70) is known color: Cerise. HEX triplet: D0, 3C and 70. RGB value is (208,60,112). Sum of RGB (Red+Green+Blue) = 208+60+112=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03C70 is #2FC38F. Grayscale: #6E6E6E. Windows color (decimal): -3130256 or 7355600. OLE color: 7355600.

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

Color convert

RGB 208 60 112 -
CMYK 0 0.71 0.46 0.18
HSL 338.92º 0.61% 0.53% -
HSV(B) 338.92º 0.71% 0.82% -
XYZ 30.55 17.81 17.16 -
YUV 110.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 208 60 112 0 0.71 0.46 0.18 338.92 0.61 0.53
Hex D0 3C 70 0 47 2E 12 153 3D 35
Octal 320 74 160 0 107 56 22 523 75 65
Binary 11010000 111100 1110000 0 1000111 101110 10010 101010011 111101 110101

Color Harmonies of #D03C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C70

Black with #D03C70

Text Example


Text Example

White with #D03C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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