Html Css Color HEX #D53775 Deep Cerise

📋 copy color: '#D53775'

red 213 ◦ green 55 ◦ blue 117

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

Shades of Deep Cerise #D53775

Tints of Deep Cerise #D53775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.29%

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

R = 55.32%
G = 14.29%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D53775 (or 0xD53775) is known color: Deep Cerise. HEX triplet: D5, 37 and 75. RGB value is (213,55,117). Sum of RGB (Red+Green+Blue) = 213+55+117=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D53775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53775 is #2AC88A. Grayscale: #6D6D6D. Windows color (decimal): -2803851 or 7682005. OLE color: 7682005.

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

Color convert

RGB 213 55 117 -
CMYK 0 0.74 0.45 0.16
HSL 336.46º 0.65% 0.53% -
HSV(B) 336.46º 0.74% 0.84% -
XYZ 32.02 18.16 18.65 -
YUV 109.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 213 55 117 0 0.74 0.45 0.16 336.46 0.65 0.53
Hex D5 37 75 0 4A 2D 10 150 41 35
Octal 325 67 165 0 112 55 20 520 101 65
Binary 11010101 110111 1110101 0 1001010 101101 10000 101010000 1000001 110101

Color Harmonies of #D53775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53775

Black with #D53775

Text Example


Text Example

White with #D53775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53775; }

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

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

background-color css

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

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

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

border-color css

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

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

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