Html Css Color HEX #D13481 Deep Cerise

📋 copy color: '#D13481'

red 209 ◦ green 52 ◦ blue 129

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

Shades of Deep Cerise #D13481

Tints of Deep Cerise #D13481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.33%

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

R = 53.59%
G = 13.33%
B = 33.08%

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

#D13481 (or 0xD13481) is known color: Deep Cerise. HEX triplet: D1, 34 and 81. RGB value is (209,52,129). Sum of RGB (Red+Green+Blue) = 209+52+129=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D13481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13481 is #2ECB7E. Grayscale: #6B6B6B. Windows color (decimal): -3066751 or 8467665. OLE color: 8467665.

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

Color convert

RGB 209 52 129 -
CMYK 0 0.75 0.38 0.18
HSL 330.57º 0.63% 0.51% -
HSV(B) 330.57º 0.75% 0.82% -
XYZ 31.48 17.6 22.51 -
YUV 107.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 209 52 129 0 0.75 0.38 0.18 330.57 0.63 0.51
Hex D1 34 81 0 4B 26 12 14B 3F 33
Octal 321 64 201 0 113 46 22 513 77 63
Binary 11010001 110100 10000001 0 1001011 100110 10010 101001011 111111 110011

Color Harmonies of #D13481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13481

Black with #D13481

Text Example


Text Example

White with #D13481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13481; }

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

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

background-color css

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

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

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

border-color css

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

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

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