Html Css Color HEX #D13371 Cerise

📋 copy color: '#D13371'

red 209 ◦ green 51 ◦ blue 113

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

Shades of Cerise #D13371

Tints of Cerise #D13371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.67%

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

R = 56.03%
G = 13.67%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D13371 (or 0xD13371) is known color: Cerise. HEX triplet: D1, 33 and 71. RGB value is (209,51,113). Sum of RGB (Red+Green+Blue) = 209+51+113=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D13371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13371 is #2ECC8E. Grayscale: #696969. Windows color (decimal): -3067023 or 7418833. OLE color: 7418833.

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

Color convert

RGB 209 51 113 -
CMYK 0 0.76 0.46 0.18
HSL 336.46º 0.63% 0.51% -
HSV(B) 336.46º 0.76% 0.82% -
XYZ 30.46 17.12 17.32 -
YUV 105.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 209 51 113 0 0.76 0.46 0.18 336.46 0.63 0.51
Hex D1 33 71 0 4C 2E 12 150 3F 33
Octal 321 63 161 0 114 56 22 520 77 63
Binary 11010001 110011 1110001 0 1001100 101110 10010 101010000 111111 110011

Color Harmonies of #D13371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13371

Black with #D13371

Text Example


Text Example

White with #D13371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13371; }

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

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

background-color css

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

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

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

border-color css

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

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

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