Html Css Color HEX #D13E6A Cerise

📋 copy color: '#D13E6A'

red 209 ◦ green 62 ◦ blue 106

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

Shades of Cerise #D13E6A

Tints of Cerise #D13E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 55.44%
G = 16.45%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D13E6A (or 0xD13E6A) is known color: Cerise. HEX triplet: D1, 3E and 6A. RGB value is (209,62,106). Sum of RGB (Red+Green+Blue) = 209+62+106=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E6A is #2EC195. Grayscale: #6E6E6E. Windows color (decimal): -3064214 or 6962897. OLE color: 6962897.

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

Color convert

RGB 209 62 106 -
CMYK 0 0.70 0.49 0.18
HSL 342.04º 0.62% 0.53% -
HSV(B) 342.04º 0.7% 0.82% -
XYZ 30.62 18.04 15.5 -
YUV 110.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 209 62 106 0 0.70 0.49 0.18 342.04 0.62 0.53
Hex D1 3E 6A 0 46 31 12 156 3E 35
Octal 321 76 152 0 106 61 22 526 76 65
Binary 11010001 111110 1101010 0 1000110 110001 10010 101010110 111110 110101

Color Harmonies of #D13E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E6A

Black with #D13E6A

Text Example


Text Example

White with #D13E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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