Html Css Color HEX #D528AF Spicy Pink

📋 copy color: '#D528AF'

red 213 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #D528AF

Tints of Spicy Pink #D528AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 49.77%
G = 9.35%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D528AF (or 0xD528AF) is known color: Spicy Pink. HEX triplet: D5, 28 and AF. RGB value is (213,40,175). Sum of RGB (Red+Green+Blue) = 213+40+175=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D528AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D528AF is #2AD750. Grayscale: #6A6A6A. Windows color (decimal): -2807633 or 11479253. OLE color: 11479253.

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

Color convert

RGB 213 40 175 -
CMYK 0 0.81 0.18 0.16
HSL 313.18º 0.68% 0.5% -
HSV(B) 313.18º 0.81% 0.84% -
XYZ 35.94 18.76 42.28 -
YUV 107.12 166.31 203.52 -
System Red Green Blue C M Y K H S L
Decimal 213 40 175 0 0.81 0.18 0.16 313.18 0.68 0.5
Hex D5 28 AF 0 51 12 10 139 44 32
Octal 325 50 257 0 121 22 20 471 104 62
Binary 11010101 101000 10101111 0 1010001 10010 10000 100111001 1000100 110010

Color Harmonies of #D528AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528AF

Black with #D528AF

Text Example


Text Example

White with #D528AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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