Html Css Color HEX #D529B5 Spicy Pink

📋 copy color: '#D529B5'

red 213 ◦ green 41 ◦ blue 181

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

Shades of Spicy Pink #D529B5

Tints of Spicy Pink #D529B5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.43%

 BLUE value IS 181 (71.09% from 255) = 41.61%

R = 48.97%
G = 9.43%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D529B5 (or 0xD529B5) is known color: Spicy Pink. HEX triplet: D5, 29 and B5. RGB value is (213,41,181). Sum of RGB (Red+Green+Blue) = 213+41+181=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D529B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529B5 is #2AD64A. Grayscale: #6C6C6C. Windows color (decimal): -2807371 or 11872725. OLE color: 11872725.

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

Color convert

RGB 213 41 181 -
CMYK 0 0.81 0.15 0.16
HSL 311.16º 0.68% 0.5% -
HSV(B) 311.16º 0.81% 0.84% -
XYZ 36.57 19.07 45.47 -
YUV 108.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 213 41 181 0 0.81 0.15 0.16 311.16 0.68 0.5
Hex D5 29 B5 0 51 F 10 137 44 32
Octal 325 51 265 0 121 17 20 467 104 62
Binary 11010101 101001 10110101 0 1010001 1111 10000 100110111 1000100 110010

Color Harmonies of #D529B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529B5

Black with #D529B5

Text Example


Text Example

White with #D529B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529B5; }

 p { color: rgb(213,41,181); }

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

background-color css

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

 a { background-color: rgb(213,41,181); }

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

border-color css

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

 span { border-color: rgb(213,41,181); }

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