Html Css Color HEX #D528A2 Deep Cerise

📋 copy color: '#D528A2'

red 213 ◦ green 40 ◦ blue 162

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

Shades of Deep Cerise #D528A2

Tints of Deep Cerise #D528A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.04%

R = 51.33%
G = 9.64%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D528A2 (or 0xD528A2) is known color: Deep Cerise. HEX triplet: D5, 28 and A2. RGB value is (213,40,162). Sum of RGB (Red+Green+Blue) = 213+40+162=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D528A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D528A2 is #2AD75D. Grayscale: #696969. Windows color (decimal): -2807646 or 10627285. OLE color: 10627285.

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

Color convert

RGB 213 40 162 -
CMYK 0 0.81 0.24 0.16
HSL 317.69º 0.68% 0.5% -
HSV(B) 317.69º 0.81% 0.84% -
XYZ 34.72 18.27 35.88 -
YUV 105.64 159.81 204.58 -
System Red Green Blue C M Y K H S L
Decimal 213 40 162 0 0.81 0.24 0.16 317.69 0.68 0.5
Hex D5 28 A2 0 51 18 10 13E 44 32
Octal 325 50 242 0 121 30 20 476 104 62
Binary 11010101 101000 10100010 0 1010001 11000 10000 100111110 1000100 110010

Color Harmonies of #D528A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528A2

Black with #D528A2

Text Example


Text Example

White with #D528A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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