Html Css Color HEX #D13A84 Deep Cerise

📋 copy color: '#D13A84'

red 209 ◦ green 58 ◦ blue 132

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

Shades of Deep Cerise #D13A84

Tints of Deep Cerise #D13A84

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.54%

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

R = 52.38%
G = 14.54%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D13A84 (or 0xD13A84) is known color: Deep Cerise. HEX triplet: D1, 3A and 84. RGB value is (209,58,132). Sum of RGB (Red+Green+Blue) = 209+58+132=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A84 is #2EC57B. Grayscale: #6F6F6F. Windows color (decimal): -3065212 or 8665809. OLE color: 8665809.

HSL color Cylindrical-coordinate representation of color #D13A84: hue angle of 330.6º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A84 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 58 132 -
CMYK 0 0.72 0.37 0.18
HSL 330.6º 0.62% 0.52% -
HSV(B) 330.6º 0.72% 0.82% -
XYZ 31.97 18.25 23.67 -
YUV 111.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 209 58 132 0 0.72 0.37 0.18 330.6 0.62 0.52
Hex D1 3A 84 0 48 25 12 14B 3E 34
Octal 321 72 204 0 110 45 22 513 76 64
Binary 11010001 111010 10000100 0 1001000 100101 10010 101001011 111110 110100

Color Harmonies of #D13A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A84

Black with #D13A84

Text Example


Text Example

White with #D13A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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