Html Css Color HEX #D13A5E Cerise

📋 copy color: '#D13A5E'

red 209 ◦ green 58 ◦ blue 94

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

Shades of Cerise #D13A5E

Tints of Cerise #D13A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 57.89%
G = 16.07%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D13A5E (or 0xD13A5E) is known color: Cerise. HEX triplet: D1, 3A and 5E. RGB value is (209,58,94). Sum of RGB (Red+Green+Blue) = 209+58+94=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A5E is #2EC5A1. Grayscale: #6B6B6B. Windows color (decimal): -3065250 or 6175441. OLE color: 6175441.

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

Color convert

RGB 209 58 94 -
CMYK 0 0.72 0.55 0.18
HSL 345.7º 0.62% 0.52% -
HSV(B) 345.7º 0.72% 0.82% -
XYZ 29.83 17.39 12.37 -
YUV 107.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 209 58 94 0 0.72 0.55 0.18 345.7 0.62 0.52
Hex D1 3A 5E 0 48 37 12 15A 3E 34
Octal 321 72 136 0 110 67 22 532 76 64
Binary 11010001 111010 1011110 0 1001000 110111 10010 101011010 111110 110100

Color Harmonies of #D13A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A5E

Black with #D13A5E

Text Example


Text Example

White with #D13A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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