Html Css Color HEX #D13581 Deep Cerise

📋 copy color: '#D13581'

red 209 ◦ green 53 ◦ blue 129

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

Shades of Deep Cerise #D13581

Tints of Deep Cerise #D13581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.55%

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

R = 53.45%
G = 13.55%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D13581 (or 0xD13581) is known color: Deep Cerise. HEX triplet: D1, 35 and 81. RGB value is (209,53,129). Sum of RGB (Red+Green+Blue) = 209+53+129=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D13581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13581 is #2ECA7E. Grayscale: #6C6C6C. Windows color (decimal): -3066495 or 8467921. OLE color: 8467921.

HSL color Cylindrical-coordinate representation of color #D13581: hue angle of 330.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13581 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 129 -
CMYK 0 0.75 0.38 0.18
HSL 330.77º 0.63% 0.51% -
HSV(B) 330.77º 0.75% 0.82% -
XYZ 31.53 17.69 22.52 -
YUV 108.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 209 53 129 0 0.75 0.38 0.18 330.77 0.63 0.51
Hex D1 35 81 0 4B 26 12 14B 3F 33
Octal 321 65 201 0 113 46 22 513 77 63
Binary 11010001 110101 10000001 0 1001011 100110 10010 101001011 111111 110011

Color Harmonies of #D13581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13581

Black with #D13581

Text Example


Text Example

White with #D13581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13581; }

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

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

background-color css

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

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

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

border-color css

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

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

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