Html Css Color HEX #D529B6 Spicy Pink

📋 copy color: '#D529B6'

red 213 ◦ green 41 ◦ blue 182

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

Shades of Spicy Pink #D529B6

Tints of Spicy Pink #D529B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.74%

R = 48.85%
G = 9.4%
B = 41.74%

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

#D529B6 (or 0xD529B6) is known color: Spicy Pink. HEX triplet: D5, 29 and B6. RGB value is (213,41,182). Sum of RGB (Red+Green+Blue) = 213+41+182=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D529B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529B6 is #2AD649. Grayscale: #6C6C6C. Windows color (decimal): -2807370 or 11938261. OLE color: 11938261.

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

Color convert

RGB 213 41 182 -
CMYK 0 0.81 0.15 0.16
HSL 310.81º 0.68% 0.5% -
HSV(B) 310.81º 0.81% 0.84% -
XYZ 36.68 19.11 46.01 -
YUV 108.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 213 41 182 0 0.81 0.15 0.16 310.81 0.68 0.5
Hex D5 29 B6 0 51 F 10 137 44 32
Octal 325 51 266 0 121 17 20 467 104 62
Binary 11010101 101001 10110110 0 1010001 1111 10000 100110111 1000100 110010

Color Harmonies of #D529B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529B6

Black with #D529B6

Text Example


Text Example

White with #D529B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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