Html Css Color HEX #D53175 Deep Cerise

📋 copy color: '#D53175'

red 213 ◦ green 49 ◦ blue 117

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

Shades of Deep Cerise #D53175

Tints of Deep Cerise #D53175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 56.2%
G = 12.93%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D53175 (or 0xD53175) is known color: Deep Cerise. HEX triplet: D5, 31 and 75. RGB value is (213,49,117). Sum of RGB (Red+Green+Blue) = 213+49+117=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D53175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53175 is #2ACE8A. Grayscale: #696969. Windows color (decimal): -2805387 or 7680469. OLE color: 7680469.

HSL color Cylindrical-coordinate representation of color #D53175: hue angle of 335.12º 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 #D53175 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 117 -
CMYK 0 0.77 0.45 0.16
HSL 335.12º 0.66% 0.51% -
HSV(B) 335.12º 0.77% 0.84% -
XYZ 31.75 17.63 18.56 -
YUV 105.79 134.33 204.47 -
System Red Green Blue C M Y K H S L
Decimal 213 49 117 0 0.77 0.45 0.16 335.12 0.66 0.51
Hex D5 31 75 0 4D 2D 10 14F 42 33
Octal 325 61 165 0 115 55 20 517 102 63
Binary 11010101 110001 1110101 0 1001101 101101 10000 101001111 1000010 110011

Color Harmonies of #D53175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53175

Black with #D53175

Text Example


Text Example

White with #D53175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53175; }

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

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

background-color css

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

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

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

border-color css

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

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

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