Html Css Color HEX #D13E6E Cerise

📋 copy color: '#D13E6E'

red 209 ◦ green 62 ◦ blue 110

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

Shades of Cerise #D13E6E

Tints of Cerise #D13E6E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.27%

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 54.86%
G = 16.27%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D13E6E (or 0xD13E6E) is known color: Cerise. HEX triplet: D1, 3E and 6E. RGB value is (209,62,110). Sum of RGB (Red+Green+Blue) = 209+62+110=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E6E is #2EC191. Grayscale: #6F6F6F. Windows color (decimal): -3064210 or 7225041. OLE color: 7225041.

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

Color convert

RGB 209 62 110 -
CMYK 0 0.70 0.47 0.18
HSL 340.41º 0.62% 0.53% -
HSV(B) 340.41º 0.7% 0.82% -
XYZ 30.83 18.13 16.63 -
YUV 111.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 209 62 110 0 0.70 0.47 0.18 340.41 0.62 0.53
Hex D1 3E 6E 0 46 2F 12 154 3E 35
Octal 321 76 156 0 106 57 22 524 76 65
Binary 11010001 111110 1101110 0 1000110 101111 10010 101010100 111110 110101

Color Harmonies of #D13E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E6E

Black with #D13E6E

Text Example


Text Example

White with #D13E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E6E; }

 p { color: rgb(209,62,110); }

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

background-color css

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

 a { background-color: rgb(209,62,110); }

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

border-color css

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

 span { border-color: rgb(209,62,110); }

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