Html Css Color HEX #D13A81 Deep Cerise

📋 copy color: '#D13A81'

red 209 ◦ green 58 ◦ blue 129

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

Shades of Deep Cerise #D13A81

Tints of Deep Cerise #D13A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 52.78%
G = 14.65%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D13A81 (or 0xD13A81) is known color: Deep Cerise. HEX triplet: D1, 3A and 81. RGB value is (209,58,129). Sum of RGB (Red+Green+Blue) = 209+58+129=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A81 is #2EC57E. Grayscale: #6F6F6F. Windows color (decimal): -3065215 or 8469201. OLE color: 8469201.

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

Color convert

RGB 209 58 129 -
CMYK 0 0.72 0.38 0.18
HSL 331.79º 0.62% 0.52% -
HSV(B) 331.79º 0.72% 0.82% -
XYZ 31.77 18.17 22.6 -
YUV 111.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 209 58 129 0 0.72 0.38 0.18 331.79 0.62 0.52
Hex D1 3A 81 0 48 26 12 14C 3E 34
Octal 321 72 201 0 110 46 22 514 76 64
Binary 11010001 111010 10000001 0 1001000 100110 10010 101001100 111110 110100

Color Harmonies of #D13A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A81

Black with #D13A81

Text Example


Text Example

White with #D13A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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