Html Css Color HEX #D13373 Cerise

📋 copy color: '#D13373'

red 209 ◦ green 51 ◦ blue 115

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

Shades of Cerise #D13373

Tints of Cerise #D13373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 55.73%
G = 13.6%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D13373 (or 0xD13373) is known color: Cerise. HEX triplet: D1, 33 and 73. RGB value is (209,51,115). Sum of RGB (Red+Green+Blue) = 209+51+115=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D13373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13373 is #2ECC8C. Grayscale: #696969. Windows color (decimal): -3067021 or 7549905. OLE color: 7549905.

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

Color convert

RGB 209 51 115 -
CMYK 0 0.76 0.45 0.18
HSL 335.7º 0.63% 0.51% -
HSV(B) 335.7º 0.76% 0.82% -
XYZ 30.57 17.16 17.92 -
YUV 105.54 133.35 201.8 -
System Red Green Blue C M Y K H S L
Decimal 209 51 115 0 0.76 0.45 0.18 335.7 0.63 0.51
Hex D1 33 73 0 4C 2D 12 150 3F 33
Octal 321 63 163 0 114 55 22 520 77 63
Binary 11010001 110011 1110011 0 1001100 101101 10010 101010000 111111 110011

Color Harmonies of #D13373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13373

Black with #D13373

Text Example


Text Example

White with #D13373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13373; }

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

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

background-color css

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

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

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

border-color css

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

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

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