Html Css Color HEX #D13C62 Cerise

📋 copy color: '#D13C62'

red 209 ◦ green 60 ◦ blue 98

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

Shades of Cerise #D13C62

Tints of Cerise #D13C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 56.95%
G = 16.35%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D13C62 (or 0xD13C62) is known color: Cerise. HEX triplet: D1, 3C and 62. RGB value is (209,60,98). Sum of RGB (Red+Green+Blue) = 209+60+98=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C62 is #2EC39D. Grayscale: #6C6C6C. Windows color (decimal): -3064734 or 6438097. OLE color: 6438097.

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

Color convert

RGB 209 60 98 -
CMYK 0 0.71 0.53 0.18
HSL 344.7º 0.62% 0.53% -
HSV(B) 344.7º 0.71% 0.82% -
XYZ 30.11 17.67 13.38 -
YUV 108.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 209 60 98 0 0.71 0.53 0.18 344.7 0.62 0.53
Hex D1 3C 62 0 47 35 12 159 3E 35
Octal 321 74 142 0 107 65 22 531 76 65
Binary 11010001 111100 1100010 0 1000111 110101 10010 101011001 111110 110101

Color Harmonies of #D13C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C62

Black with #D13C62

Text Example


Text Example

White with #D13C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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