Html Css Color HEX #D13D8F Deep Cerise

📋 copy color: '#D13D8F'

red 209 ◦ green 61 ◦ blue 143

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

Shades of Deep Cerise #D13D8F

Tints of Deep Cerise #D13D8F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.77%

 BLUE value IS 143 (56.25% from 255) = 34.62%

R = 50.61%
G = 14.77%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D13D8F (or 0xD13D8F) is known color: Deep Cerise. HEX triplet: D1, 3D and 8F. RGB value is (209,61,143). Sum of RGB (Red+Green+Blue) = 209+61+143=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D8F is #2EC270. Grayscale: #727272. Windows color (decimal): -3064433 or 9387473. OLE color: 9387473.

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

Color convert

RGB 209 61 143 -
CMYK 0 0.71 0.32 0.18
HSL 326.76º 0.62% 0.53% -
HSV(B) 326.76º 0.71% 0.82% -
XYZ 32.92 18.88 27.89 -
YUV 114.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 209 61 143 0 0.71 0.32 0.18 326.76 0.62 0.53
Hex D1 3D 8F 0 47 20 12 147 3E 35
Octal 321 75 217 0 107 40 22 507 76 65
Binary 11010001 111101 10001111 0 1000111 100000 10010 101000111 111110 110101

Color Harmonies of #D13D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D8F

Black with #D13D8F

Text Example


Text Example

White with #D13D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D8F; }

 p { color: rgb(209,61,143); }

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

background-color css

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

 a { background-color: rgb(209,61,143); }

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

border-color css

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

 span { border-color: rgb(209,61,143); }

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