Html Css Color HEX #D13D5E Cerise

📋 copy color: '#D13D5E'

red 209 ◦ green 61 ◦ blue 94

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

Shades of Cerise #D13D5E

Tints of Cerise #D13D5E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.76%

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

R = 57.42%
G = 16.76%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D13D5E (or 0xD13D5E) is known color: Cerise. HEX triplet: D1, 3D and 5E. RGB value is (209,61,94). Sum of RGB (Red+Green+Blue) = 209+61+94=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D5E is #2EC2A1. Grayscale: #6D6D6D. Windows color (decimal): -3064482 or 6176209. OLE color: 6176209.

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

Color convert

RGB 209 61 94 -
CMYK 0 0.71 0.55 0.18
HSL 346.62º 0.62% 0.53% -
HSV(B) 346.62º 0.71% 0.82% -
XYZ 29.98 17.7 12.43 -
YUV 109.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 209 61 94 0 0.71 0.55 0.18 346.62 0.62 0.53
Hex D1 3D 5E 0 47 37 12 15B 3E 35
Octal 321 75 136 0 107 67 22 533 76 65
Binary 11010001 111101 1011110 0 1000111 110111 10010 101011011 111110 110101

Color Harmonies of #D13D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D5E

Black with #D13D5E

Text Example


Text Example

White with #D13D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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