Html Css Color HEX #D13174 Deep Cerise

📋 copy color: '#D13174'

red 209 ◦ green 49 ◦ blue 116

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

Shades of Deep Cerise #D13174

Tints of Deep Cerise #D13174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.1%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 55.88%
G = 13.1%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D13174 (or 0xD13174) is known color: Deep Cerise. HEX triplet: D1, 31 and 74. RGB value is (209,49,116). Sum of RGB (Red+Green+Blue) = 209+49+116=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D13174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13174 is #2ECE8B. Grayscale: #686868. Windows color (decimal): -3067532 or 7614929. OLE color: 7614929.

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

Color convert

RGB 209 49 116 -
CMYK 0 0.77 0.44 0.18
HSL 334.88º 0.63% 0.51% -
HSV(B) 334.88º 0.77% 0.82% -
XYZ 30.55 17.01 18.2 -
YUV 104.48 134.51 202.55 -
System Red Green Blue C M Y K H S L
Decimal 209 49 116 0 0.77 0.44 0.18 334.88 0.63 0.51
Hex D1 31 74 0 4D 2C 12 14F 3F 33
Octal 321 61 164 0 115 54 22 517 77 63
Binary 11010001 110001 1110100 0 1001101 101100 10010 101001111 111111 110011

Color Harmonies of #D13174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13174

Black with #D13174

Text Example


Text Example

White with #D13174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13174; }

 p { color: rgb(209,49,116); }

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

background-color css

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

 a { background-color: rgb(209,49,116); }

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

border-color css

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

 span { border-color: rgb(209,49,116); }

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