Html Css Color HEX #D13A58 Cerise

📋 copy color: '#D13A58'

red 209 ◦ green 58 ◦ blue 88

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

Shades of Cerise #D13A58

Tints of Cerise #D13A58

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.34%

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

R = 58.87%
G = 16.34%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D13A58 (or 0xD13A58) is known color: Cerise. HEX triplet: D1, 3A and 58. RGB value is (209,58,88). Sum of RGB (Red+Green+Blue) = 209+58+88=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A58 is #2EC5A7. Grayscale: #6A6A6A. Windows color (decimal): -3065256 or 5782225. OLE color: 5782225.

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

Color convert

RGB 209 58 88 -
CMYK 0 0.72 0.58 0.18
HSL 348.08º 0.62% 0.52% -
HSV(B) 348.08º 0.72% 0.82% -
XYZ 29.57 17.29 11.01 -
YUV 106.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 209 58 88 0 0.72 0.58 0.18 348.08 0.62 0.52
Hex D1 3A 58 0 48 3A 12 15C 3E 34
Octal 321 72 130 0 110 72 22 534 76 64
Binary 11010001 111010 1011000 0 1001000 111010 10010 101011100 111110 110100

Color Harmonies of #D13A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A58

Black with #D13A58

Text Example


Text Example

White with #D13A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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