Html Css Color HEX #D53174 Deep Cerise

📋 copy color: '#D53174'

red 213 ◦ green 49 ◦ blue 116

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

Shades of Deep Cerise #D53174

Tints of Deep Cerise #D53174

RGB

 RED value IS 213 (83.59% from 255) = 56.35%

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

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

R = 56.35%
G = 12.96%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D53174 (or 0xD53174) is known color: Deep Cerise. HEX triplet: D5, 31 and 74. RGB value is (213,49,116). Sum of RGB (Red+Green+Blue) = 213+49+116=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D53174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53174 is #2ACE8B. Grayscale: #696969. Windows color (decimal): -2805388 or 7614933. OLE color: 7614933.

HSL color Cylindrical-coordinate representation of color #D53174: hue angle of 335.49º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53174 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 116 -
CMYK 0 0.77 0.46 0.16
HSL 335.49º 0.66% 0.51% -
HSV(B) 335.49º 0.77% 0.84% -
XYZ 31.69 17.6 18.25 -
YUV 105.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 213 49 116 0 0.77 0.46 0.16 335.49 0.66 0.51
Hex D5 31 74 0 4D 2E 10 14F 42 33
Octal 325 61 164 0 115 56 20 517 102 63
Binary 11010101 110001 1110100 0 1001101 101110 10000 101001111 1000010 110011

Color Harmonies of #D53174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53174

Black with #D53174

Text Example


Text Example

White with #D53174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53174; }

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

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

background-color css

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

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

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

border-color css

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

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

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