Html Css Color HEX #D13360 Cerise

📋 copy color: '#D13360'

red 209 ◦ green 51 ◦ blue 96

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

Shades of Cerise #D13360

Tints of Cerise #D13360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 58.71%
G = 14.33%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D13360 (or 0xD13360) is known color: Cerise. HEX triplet: D1, 33 and 60. RGB value is (209,51,96). Sum of RGB (Red+Green+Blue) = 209+51+96=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D13360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13360 is #2ECC9F. Grayscale: #676767. Windows color (decimal): -3067040 or 6304721. OLE color: 6304721.

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

Color convert

RGB 209 51 96 -
CMYK 0 0.76 0.54 0.18
HSL 342.91º 0.63% 0.51% -
HSV(B) 342.91º 0.76% 0.82% -
XYZ 29.59 16.77 12.74 -
YUV 103.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 209 51 96 0 0.76 0.54 0.18 342.91 0.63 0.51
Hex D1 33 60 0 4C 36 12 157 3F 33
Octal 321 63 140 0 114 66 22 527 77 63
Binary 11010001 110011 1100000 0 1001100 110110 10010 101010111 111111 110011

Color Harmonies of #D13360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13360

Black with #D13360

Text Example


Text Example

White with #D13360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13360; }

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

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

background-color css

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

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

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

border-color css

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

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

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