Html Css Color HEX #D13695 Deep Cerise

📋 copy color: '#D13695'

red 209 ◦ green 54 ◦ blue 149

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

Shades of Deep Cerise #D13695

Tints of Deep Cerise #D13695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 50.73%
G = 13.11%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D13695 (or 0xD13695) is known color: Deep Cerise. HEX triplet: D1, 36 and 95. RGB value is (209,54,149). Sum of RGB (Red+Green+Blue) = 209+54+149=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D13695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13695 is #2EC96A. Grayscale: #6E6E6E. Windows color (decimal): -3066219 or 9778897. OLE color: 9778897.

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

Color convert

RGB 209 54 149 -
CMYK 0 0.74 0.29 0.18
HSL 323.23º 0.63% 0.52% -
HSV(B) 323.23º 0.74% 0.82% -
XYZ 33.04 18.36 30.24 -
YUV 111.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 209 54 149 0 0.74 0.29 0.18 323.23 0.63 0.52
Hex D1 36 95 0 4A 1D 12 143 3F 34
Octal 321 66 225 0 112 35 22 503 77 64
Binary 11010001 110110 10010101 0 1001010 11101 10010 101000011 111111 110100

Color Harmonies of #D13695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13695

Black with #D13695

Text Example


Text Example

White with #D13695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13695; }

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

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

background-color css

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

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

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

border-color css

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

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

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