Html Css Color HEX #D13B61 Cerise

📋 copy color: '#D13B61'

red 209 ◦ green 59 ◦ blue 97

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

Shades of Cerise #D13B61

Tints of Cerise #D13B61

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.16%

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

R = 57.26%
G = 16.16%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D13B61 (or 0xD13B61) is known color: Cerise. HEX triplet: D1, 3B and 61. RGB value is (209,59,97). Sum of RGB (Red+Green+Blue) = 209+59+97=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B61 is #2EC49E. Grayscale: #6C6C6C. Windows color (decimal): -3064991 or 6372305. OLE color: 6372305.

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

Color convert

RGB 209 59 97 -
CMYK 0 0.72 0.54 0.18
HSL 344.8º 0.62% 0.53% -
HSV(B) 344.8º 0.72% 0.82% -
XYZ 30.02 17.55 13.11 -
YUV 108.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 209 59 97 0 0.72 0.54 0.18 344.8 0.62 0.53
Hex D1 3B 61 0 48 36 12 159 3E 35
Octal 321 73 141 0 110 66 22 531 76 65
Binary 11010001 111011 1100001 0 1001000 110110 10010 101011001 111110 110101

Color Harmonies of #D13B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B61

Black with #D13B61

Text Example


Text Example

White with #D13B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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