Html Css Color HEX #D13C5D Cerise

📋 copy color: '#D13C5D'

red 209 ◦ green 60 ◦ blue 93

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

Shades of Cerise #D13C5D

Tints of Cerise #D13C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 57.73%
G = 16.57%
B = 25.69%

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

#D13C5D (or 0xD13C5D) is known color: Cerise. HEX triplet: D1, 3C and 5D. RGB value is (209,60,93). Sum of RGB (Red+Green+Blue) = 209+60+93=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C5D is #2EC3A2. Grayscale: #6C6C6C. Windows color (decimal): -3064739 or 6110417. OLE color: 6110417.

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

Color convert

RGB 209 60 93 -
CMYK 0 0.71 0.56 0.18
HSL 346.71º 0.62% 0.53% -
HSV(B) 346.71º 0.71% 0.82% -
XYZ 29.89 17.58 12.17 -
YUV 108.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 209 60 93 0 0.71 0.56 0.18 346.71 0.62 0.53
Hex D1 3C 5D 0 47 38 12 15B 3E 35
Octal 321 74 135 0 107 70 22 533 76 65
Binary 11010001 111100 1011101 0 1000111 111000 10010 101011011 111110 110101

Color Harmonies of #D13C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C5D

Black with #D13C5D

Text Example


Text Example

White with #D13C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C5D; }

 p { color: rgb(209,60,93); }

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

background-color css

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

 a { background-color: rgb(209,60,93); }

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

border-color css

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

 span { border-color: rgb(209,60,93); }

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