Html Css Color HEX #D13071 Cerise

📋 copy color: '#D13071'

red 209 ◦ green 48 ◦ blue 113

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

Shades of Cerise #D13071

Tints of Cerise #D13071

RGB

 RED value IS 209 (82.03% from 255) = 56.49%

 GREEN value IS 48 (19.14% from 255) = 12.97%

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

R = 56.49%
G = 12.97%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D13071 (or 0xD13071) is known color: Cerise. HEX triplet: D1, 30 and 71. RGB value is (209,48,113). Sum of RGB (Red+Green+Blue) = 209+48+113=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D13071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13071 is #2ECF8E. Grayscale: #676767. Windows color (decimal): -3067791 or 7418065. OLE color: 7418065.

HSL color Cylindrical-coordinate representation of color #D13071: hue angle of 335.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13071 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 113 -
CMYK 0 0.77 0.46 0.18
HSL 335.78º 0.64% 0.5% -
HSV(B) 335.78º 0.77% 0.82% -
XYZ 30.33 16.86 17.28 -
YUV 103.55 133.34 203.21 -
System Red Green Blue C M Y K H S L
Decimal 209 48 113 0 0.77 0.46 0.18 335.78 0.64 0.5
Hex D1 30 71 0 4D 2E 12 150 40 32
Octal 321 60 161 0 115 56 22 520 100 62
Binary 11010001 110000 1110001 0 1001101 101110 10010 101010000 1000000 110010

Color Harmonies of #D13071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13071

Black with #D13071

Text Example


Text Example

White with #D13071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13071; }

 p { color: rgb(209,48,113); }

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

background-color css

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

 a { background-color: rgb(209,48,113); }

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

border-color css

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

 span { border-color: rgb(209,48,113); }

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