Html Css Color HEX #D13694 Deep Cerise

📋 copy color: '#D13694'

red 209 ◦ green 54 ◦ blue 148

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

Shades of Deep Cerise #D13694

Tints of Deep Cerise #D13694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 50.85%
G = 13.14%
B = 36.01%

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

#D13694 (or 0xD13694) is known color: Deep Cerise. HEX triplet: D1, 36 and 94. RGB value is (209,54,148). Sum of RGB (Red+Green+Blue) = 209+54+148=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D13694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13694 is #2EC96B. Grayscale: #6E6E6E. Windows color (decimal): -3066220 or 9713361. OLE color: 9713361.

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

Color convert

RGB 209 54 148 -
CMYK 0 0.74 0.29 0.18
HSL 323.61º 0.63% 0.52% -
HSV(B) 323.61º 0.74% 0.82% -
XYZ 32.96 18.33 29.82 -
YUV 111.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 209 54 148 0 0.74 0.29 0.18 323.61 0.63 0.52
Hex D1 36 94 0 4A 1D 12 144 3F 34
Octal 321 66 224 0 112 35 22 504 77 64
Binary 11010001 110110 10010100 0 1001010 11101 10010 101000100 111111 110100

Color Harmonies of #D13694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13694

Black with #D13694

Text Example


Text Example

White with #D13694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13694; }

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

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

background-color css

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

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

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

border-color css

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

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

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