Html Css Color HEX #D528A5 Deep Cerise

📋 copy color: '#D528A5'

red 213 ◦ green 40 ◦ blue 165

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

Shades of Deep Cerise #D528A5

Tints of Deep Cerise #D528A5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.57%

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

R = 50.96%
G = 9.57%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D528A5 (or 0xD528A5) is known color: Deep Cerise. HEX triplet: D5, 28 and A5. RGB value is (213,40,165). Sum of RGB (Red+Green+Blue) = 213+40+165=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D528A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D528A5 is #2AD75A. Grayscale: #696969. Windows color (decimal): -2807643 or 10823893. OLE color: 10823893.

HSL color Cylindrical-coordinate representation of color #D528A5: hue angle of 316.65º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D528A5 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 165 -
CMYK 0 0.81 0.23 0.16
HSL 316.65º 0.68% 0.5% -
HSV(B) 316.65º 0.81% 0.84% -
XYZ 34.99 18.38 37.3 -
YUV 105.98 161.31 204.34 -
System Red Green Blue C M Y K H S L
Decimal 213 40 165 0 0.81 0.23 0.16 316.65 0.68 0.5
Hex D5 28 A5 0 51 17 10 13D 44 32
Octal 325 50 245 0 121 27 20 475 104 62
Binary 11010101 101000 10100101 0 1010001 10111 10000 100111101 1000100 110010

Color Harmonies of #D528A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528A5

Black with #D528A5

Text Example


Text Example

White with #D528A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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