Html Css Color HEX #D13485 Deep Cerise

📋 copy color: '#D13485'

red 209 ◦ green 52 ◦ blue 133

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

Shades of Deep Cerise #D13485

Tints of Deep Cerise #D13485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 53.05%
G = 13.2%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D13485 (or 0xD13485) is known color: Deep Cerise. HEX triplet: D1, 34 and 85. RGB value is (209,52,133). Sum of RGB (Red+Green+Blue) = 209+52+133=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D13485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13485 is #2ECB7A. Grayscale: #6C6C6C. Windows color (decimal): -3066747 or 8729809. OLE color: 8729809.

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

Color convert

RGB 209 52 133 -
CMYK 0 0.75 0.36 0.18
HSL 329.04º 0.63% 0.51% -
HSV(B) 329.04º 0.75% 0.82% -
XYZ 31.76 17.7 23.93 -
YUV 108.18 142.01 199.91 -
System Red Green Blue C M Y K H S L
Decimal 209 52 133 0 0.75 0.36 0.18 329.04 0.63 0.51
Hex D1 34 85 0 4B 24 12 149 3F 33
Octal 321 64 205 0 113 44 22 511 77 63
Binary 11010001 110100 10000101 0 1001011 100100 10010 101001001 111111 110011

Color Harmonies of #D13485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13485

Black with #D13485

Text Example


Text Example

White with #D13485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13485; }

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

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

background-color css

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

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

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

border-color css

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

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

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