Html Css Color HEX #D13458 Cerise

📋 copy color: '#D13458'

red 209 ◦ green 52 ◦ blue 88

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

Shades of Cerise #D13458

Tints of Cerise #D13458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

 BLUE value IS 88 (34.77% from 255) = 25.21%

R = 59.89%
G = 14.9%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D13458 (or 0xD13458) is known color: Cerise. HEX triplet: D1, 34 and 58. RGB value is (209,52,88). Sum of RGB (Red+Green+Blue) = 209+52+88=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D13458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13458 is #2ECBA7. Grayscale: #676767. Windows color (decimal): -3066792 or 5780689. OLE color: 5780689.

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

Color convert

RGB 209 52 88 -
CMYK 0 0.75 0.58 0.18
HSL 346.24º 0.63% 0.51% -
HSV(B) 346.24º 0.75% 0.82% -
XYZ 29.28 16.72 10.92 -
YUV 103.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 209 52 88 0 0.75 0.58 0.18 346.24 0.63 0.51
Hex D1 34 58 0 4B 3A 12 15A 3F 33
Octal 321 64 130 0 113 72 22 532 77 63
Binary 11010001 110100 1011000 0 1001011 111010 10010 101011010 111111 110011

Color Harmonies of #D13458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13458

Black with #D13458

Text Example


Text Example

White with #D13458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13458; }

 p { color: rgb(209,52,88); }

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

background-color css

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

 a { background-color: rgb(209,52,88); }

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

border-color css

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

 span { border-color: rgb(209,52,88); }

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