Html Css Color HEX #D13C5A Cerise

📋 copy color: '#D13C5A'

red 209 ◦ green 60 ◦ blue 90

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

Shades of Cerise #D13C5A

Tints of Cerise #D13C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.07%

R = 58.22%
G = 16.71%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D13C5A (or 0xD13C5A) is known color: Cerise. HEX triplet: D1, 3C and 5A. RGB value is (209,60,90). Sum of RGB (Red+Green+Blue) = 209+60+90=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C5A is #2EC3A5. Grayscale: #6C6C6C. Windows color (decimal): -3064742 or 5913809. OLE color: 5913809.

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

Color convert

RGB 209 60 90 -
CMYK 0 0.71 0.57 0.18
HSL 347.92º 0.62% 0.53% -
HSV(B) 347.92º 0.71% 0.82% -
XYZ 29.76 17.53 11.49 -
YUV 107.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 209 60 90 0 0.71 0.57 0.18 347.92 0.62 0.53
Hex D1 3C 5A 0 47 39 12 15C 3E 35
Octal 321 74 132 0 107 71 22 534 76 65
Binary 11010001 111100 1011010 0 1000111 111001 10010 101011100 111110 110101

Color Harmonies of #D13C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C5A

Black with #D13C5A

Text Example


Text Example

White with #D13C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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