Html Css Color HEX #D03B71 Cerise

📋 copy color: '#D03B71'

red 208 ◦ green 59 ◦ blue 113

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

Shades of Cerise #D03B71

Tints of Cerise #D03B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 54.74%
G = 15.53%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D03B71 (or 0xD03B71) is known color: Cerise. HEX triplet: D0, 3B and 71. RGB value is (208,59,113). Sum of RGB (Red+Green+Blue) = 208+59+113=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B71 is #2FC48E. Grayscale: #6D6D6D. Windows color (decimal): -3130511 or 7420880. OLE color: 7420880.

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

Color convert

RGB 208 59 113 -
CMYK 0 0.72 0.46 0.18
HSL 338.26º 0.61% 0.52% -
HSV(B) 338.26º 0.72% 0.82% -
XYZ 30.56 17.73 17.43 -
YUV 109.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 208 59 113 0 0.72 0.46 0.18 338.26 0.61 0.52
Hex D0 3B 71 0 48 2E 12 152 3D 34
Octal 320 73 161 0 110 56 22 522 75 64
Binary 11010000 111011 1110001 0 1001000 101110 10010 101010010 111101 110100

Color Harmonies of #D03B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03B71

Black with #D03B71

Text Example


Text Example

White with #D03B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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