Html Css Color HEX #D13D5B Cerise

📋 copy color: '#D13D5B'

red 209 ◦ green 61 ◦ blue 91

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

Shades of Cerise #D13D5B

Tints of Cerise #D13D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 57.89%
G = 16.9%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D13D5B (or 0xD13D5B) is known color: Cerise. HEX triplet: D1, 3D and 5B. RGB value is (209,61,91). Sum of RGB (Red+Green+Blue) = 209+61+91=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D5B is #2EC2A4. Grayscale: #6C6C6C. Windows color (decimal): -3064485 or 5979601. OLE color: 5979601.

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

Color convert

RGB 209 61 91 -
CMYK 0 0.71 0.56 0.18
HSL 347.84º 0.62% 0.53% -
HSV(B) 347.84º 0.71% 0.82% -
XYZ 29.85 17.65 11.73 -
YUV 108.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 209 61 91 0 0.71 0.56 0.18 347.84 0.62 0.53
Hex D1 3D 5B 0 47 38 12 15C 3E 35
Octal 321 75 133 0 107 70 22 534 76 65
Binary 11010001 111101 1011011 0 1000111 111000 10010 101011100 111110 110101

Color Harmonies of #D13D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D5B

Black with #D13D5B

Text Example


Text Example

White with #D13D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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