Html Css Color HEX #D533A5 Deep Cerise

📋 copy color: '#D533A5'

red 213 ◦ green 51 ◦ blue 165

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

Shades of Deep Cerise #D533A5

Tints of Deep Cerise #D533A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 49.65%
G = 11.89%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D533A5 (or 0xD533A5) is known color: Deep Cerise. HEX triplet: D5, 33 and A5. RGB value is (213,51,165). Sum of RGB (Red+Green+Blue) = 213+51+165=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D533A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D533A5 is #2ACC5A. Grayscale: #707070. Windows color (decimal): -2804827 or 10826709. OLE color: 10826709.

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

Color convert

RGB 213 51 165 -
CMYK 0 0.76 0.23 0.16
HSL 317.78º 0.66% 0.52% -
HSV(B) 317.78º 0.76% 0.84% -
XYZ 35.42 19.23 37.44 -
YUV 112.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 213 51 165 0 0.76 0.23 0.16 317.78 0.66 0.52
Hex D5 33 A5 0 4C 17 10 13E 42 34
Octal 325 63 245 0 114 27 20 476 102 64
Binary 11010101 110011 10100101 0 1001100 10111 10000 100111110 1000010 110100

Color Harmonies of #D533A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D533A5

Black with #D533A5

Text Example


Text Example

White with #D533A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D533A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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