Html Css Color HEX #D13696 Deep Cerise

📋 copy color: '#D13696'

red 209 ◦ green 54 ◦ blue 150

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

Shades of Deep Cerise #D13696

Tints of Deep Cerise #D13696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.08%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 50.61%
G = 13.08%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D13696 (or 0xD13696) is known color: Deep Cerise. HEX triplet: D1, 36 and 96. RGB value is (209,54,150). Sum of RGB (Red+Green+Blue) = 209+54+150=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D13696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13696 is #2EC969. Grayscale: #6F6F6F. Windows color (decimal): -3066218 or 9844433. OLE color: 9844433.

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

Color convert

RGB 209 54 150 -
CMYK 0 0.74 0.28 0.18
HSL 322.84º 0.63% 0.52% -
HSV(B) 322.84º 0.74% 0.82% -
XYZ 33.12 18.4 30.66 -
YUV 111.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 209 54 150 0 0.74 0.28 0.18 322.84 0.63 0.52
Hex D1 36 96 0 4A 1C 12 143 3F 34
Octal 321 66 226 0 112 34 22 503 77 64
Binary 11010001 110110 10010110 0 1001010 11100 10010 101000011 111111 110100

Color Harmonies of #D13696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13696

Black with #D13696

Text Example


Text Example

White with #D13696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13696; }

 p { color: rgb(209,54,150); }

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

background-color css

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

 a { background-color: rgb(209,54,150); }

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

border-color css

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

 span { border-color: rgb(209,54,150); }

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