Html Css Color HEX #D13785 Deep Cerise

📋 copy color: '#D13785'

red 209 ◦ green 55 ◦ blue 133

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

Shades of Deep Cerise #D13785

Tints of Deep Cerise #D13785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.85%

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

R = 52.64%
G = 13.85%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D13785 (or 0xD13785) is known color: Deep Cerise. HEX triplet: D1, 37 and 85. RGB value is (209,55,133). Sum of RGB (Red+Green+Blue) = 209+55+133=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D13785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13785 is #2EC87A. Grayscale: #6D6D6D. Windows color (decimal): -3065979 or 8730577. OLE color: 8730577.

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

Color convert

RGB 209 55 133 -
CMYK 0 0.74 0.36 0.18
HSL 329.61º 0.63% 0.52% -
HSV(B) 329.61º 0.74% 0.82% -
XYZ 31.89 17.98 23.98 -
YUV 109.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 209 55 133 0 0.74 0.36 0.18 329.61 0.63 0.52
Hex D1 37 85 0 4A 24 12 14A 3F 34
Octal 321 67 205 0 112 44 22 512 77 64
Binary 11010001 110111 10000101 0 1001010 100100 10010 101001010 111111 110100

Color Harmonies of #D13785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13785

Black with #D13785

Text Example


Text Example

White with #D13785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13785; }

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

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

background-color css

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

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

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

border-color css

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

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

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