Html Css Color HEX #D13961 Cerise

📋 copy color: '#D13961'

red 209 ◦ green 57 ◦ blue 97

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

Shades of Cerise #D13961

Tints of Cerise #D13961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

 BLUE value IS 97 (38.28% from 255) = 26.72%

R = 57.58%
G = 15.7%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D13961 (or 0xD13961) is known color: Cerise. HEX triplet: D1, 39 and 61. RGB value is (209,57,97). Sum of RGB (Red+Green+Blue) = 209+57+97=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D13961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13961 is #2EC69E. Grayscale: #6A6A6A. Windows color (decimal): -3065503 or 6371793. OLE color: 6371793.

HSL color Cylindrical-coordinate representation of color #D13961: hue angle of 344.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13961 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 57 97 -
CMYK 0 0.73 0.54 0.18
HSL 344.21º 0.62% 0.52% -
HSV(B) 344.21º 0.73% 0.82% -
XYZ 29.92 17.34 13.08 -
YUV 107.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 209 57 97 0 0.73 0.54 0.18 344.21 0.62 0.52
Hex D1 39 61 0 49 36 12 158 3E 34
Octal 321 71 141 0 111 66 22 530 76 64
Binary 11010001 111001 1100001 0 1001001 110110 10010 101011000 111110 110100

Color Harmonies of #D13961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13961

Black with #D13961

Text Example


Text Example

White with #D13961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13961; }

 p { color: rgb(209,57,97); }

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

background-color css

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

 a { background-color: rgb(209,57,97); }

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

border-color css

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

 span { border-color: rgb(209,57,97); }

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