Html Css Color HEX #D533AA Deep Cerise

📋 copy color: '#D533AA'

red 213 ◦ green 51 ◦ blue 170

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

Shades of Deep Cerise #D533AA

Tints of Deep Cerise #D533AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.75%

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 49.08%
G = 11.75%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D533AA (or 0xD533AA) is known color: Deep Cerise. HEX triplet: D5, 33 and AA. RGB value is (213,51,170). Sum of RGB (Red+Green+Blue) = 213+51+170=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D533AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D533AA is #2ACC55. Grayscale: #707070. Windows color (decimal): -2804822 or 11154389. OLE color: 11154389.

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

Color convert

RGB 213 51 170 -
CMYK 0 0.76 0.20 0.16
HSL 315.93º 0.66% 0.52% -
HSV(B) 315.93º 0.76% 0.84% -
XYZ 35.88 19.42 39.89 -
YUV 113 160.17 199.32 -
System Red Green Blue C M Y K H S L
Decimal 213 51 170 0 0.76 0.20 0.16 315.93 0.66 0.52
Hex D5 33 AA 0 4C 14 10 13C 42 34
Octal 325 63 252 0 114 24 20 474 102 64
Binary 11010101 110011 10101010 0 1001100 10100 10000 100111100 1000010 110100

Color Harmonies of #D533AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D533AA

Black with #D533AA

Text Example


Text Example

White with #D533AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D533AA; }

 p { color: rgb(213,51,170); }

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

background-color css

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

 a { background-color: rgb(213,51,170); }

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

border-color css

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

 span { border-color: rgb(213,51,170); }

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