Html Css Color HEX #D52175 Deep Cerise

📋 copy color: '#D52175'

red 213 ◦ green 33 ◦ blue 117

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

Shades of Deep Cerise #D52175

Tints of Deep Cerise #D52175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

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

R = 58.68%
G = 9.09%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D52175 (or 0xD52175) is known color: Deep Cerise. HEX triplet: D5, 21 and 75. RGB value is (213,33,117). Sum of RGB (Red+Green+Blue) = 213+33+117=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D52175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52175 is #2ADE8A. Grayscale: #606060. Windows color (decimal): -2809483 or 7676373. OLE color: 7676373.

HSL color Cylindrical-coordinate representation of color #D52175: hue angle of 332º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52175 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 117 -
CMYK 0 0.85 0.45 0.16
HSL 332º 0.73% 0.48% -
HSV(B) 332º 0.85% 0.84% -
XYZ 31.2 16.52 18.37 -
YUV 96.4 139.63 211.17 -
System Red Green Blue C M Y K H S L
Decimal 213 33 117 0 0.85 0.45 0.16 332 0.73 0.48
Hex D5 21 75 0 55 2D 10 14C 49 30
Octal 325 41 165 0 125 55 20 514 111 60
Binary 11010101 100001 1110101 0 1010101 101101 10000 101001100 1001001 110000

Color Harmonies of #D52175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52175

Black with #D52175

Text Example


Text Example

White with #D52175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52175; }

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

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

background-color css

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

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

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

border-color css

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

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

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