Html Css Color HEX #D13D84 Deep Cerise

📋 copy color: '#D13D84'

red 209 ◦ green 61 ◦ blue 132

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

Shades of Deep Cerise #D13D84

Tints of Deep Cerise #D13D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.84%

R = 51.99%
G = 15.17%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D13D84 (or 0xD13D84) is known color: Deep Cerise. HEX triplet: D1, 3D and 84. RGB value is (209,61,132). Sum of RGB (Red+Green+Blue) = 209+61+132=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D84 is #2EC27B. Grayscale: #717171. Windows color (decimal): -3064444 or 8666577. OLE color: 8666577.

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

Color convert

RGB 209 61 132 -
CMYK 0 0.71 0.37 0.18
HSL 331.22º 0.62% 0.53% -
HSV(B) 331.22º 0.71% 0.82% -
XYZ 32.13 18.56 23.72 -
YUV 113.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 209 61 132 0 0.71 0.37 0.18 331.22 0.62 0.53
Hex D1 3D 84 0 47 25 12 14B 3E 35
Octal 321 75 204 0 107 45 22 513 76 65
Binary 11010001 111101 10000100 0 1000111 100101 10010 101001011 111110 110101

Color Harmonies of #D13D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D84

Black with #D13D84

Text Example


Text Example

White with #D13D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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