Html Css Color HEX #D528A4 Deep Cerise

📋 copy color: '#D528A4'

red 213 ◦ green 40 ◦ blue 164

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

Shades of Deep Cerise #D528A4

Tints of Deep Cerise #D528A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.33%

R = 51.08%
G = 9.59%
B = 39.33%

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

#D528A4 (or 0xD528A4) is known color: Deep Cerise. HEX triplet: D5, 28 and A4. RGB value is (213,40,164). Sum of RGB (Red+Green+Blue) = 213+40+164=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D528A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D528A4 is #2AD75B. Grayscale: #696969. Windows color (decimal): -2807644 or 10758357. OLE color: 10758357.

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

Color convert

RGB 213 40 164 -
CMYK 0 0.81 0.23 0.16
HSL 316.99º 0.68% 0.5% -
HSV(B) 316.99º 0.81% 0.84% -
XYZ 34.9 18.34 36.82 -
YUV 105.86 160.81 204.42 -
System Red Green Blue C M Y K H S L
Decimal 213 40 164 0 0.81 0.23 0.16 316.99 0.68 0.5
Hex D5 28 A4 0 51 17 10 13D 44 32
Octal 325 50 244 0 121 27 20 475 104 62
Binary 11010101 101000 10100100 0 1010001 10111 10000 100111101 1000100 110010

Color Harmonies of #D528A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528A4

Black with #D528A4

Text Example


Text Example

White with #D528A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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