Html Css Color HEX #D03A72 Cerise

📋 copy color: '#D03A72'

red 208 ◦ green 58 ◦ blue 114

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

Shades of Cerise #D03A72

Tints of Cerise #D03A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.26%

 BLUE value IS 114 (44.92% from 255) = 30%

R = 54.74%
G = 15.26%
B = 30%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D03A72 (or 0xD03A72) is known color: Cerise. HEX triplet: D0, 3A and 72. RGB value is (208,58,114). Sum of RGB (Red+Green+Blue) = 208+58+114=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A72 is #2FC58D. Grayscale: #6D6D6D. Windows color (decimal): -3130766 or 7486160. OLE color: 7486160.

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

Color convert

RGB 208 58 114 -
CMYK 0 0.72 0.45 0.18
HSL 337.6º 0.61% 0.52% -
HSV(B) 337.6º 0.72% 0.82% -
XYZ 30.56 17.65 17.72 -
YUV 109.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 208 58 114 0 0.72 0.45 0.18 337.6 0.61 0.52
Hex D0 3A 72 0 48 2D 12 152 3D 34
Octal 320 72 162 0 110 55 22 522 75 64
Binary 11010000 111010 1110010 0 1001000 101101 10010 101010010 111101 110100

Color Harmonies of #D03A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A72

Black with #D03A72

Text Example


Text Example

White with #D03A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A72; }

 p { color: rgb(208,58,114); }

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

background-color css

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

 a { background-color: rgb(208,58,114); }

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

border-color css

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

 span { border-color: rgb(208,58,114); }

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