Html Css Color HEX #D828B5 Spicy Pink

📋 copy color: '#D828B5'

red 216 ◦ green 40 ◦ blue 181

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

Shades of Spicy Pink #D828B5

Tints of Spicy Pink #D828B5

RGB

 RED value IS 216 (84.77% from 255) = 49.43%

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

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

R = 49.43%
G = 9.15%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D828B5 (or 0xD828B5) is known color: Spicy Pink. HEX triplet: D8, 28 and B5. RGB value is (216,40,181). Sum of RGB (Red+Green+Blue) = 216+40+181=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D828B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828B5 is #27D74A. Grayscale: #6C6C6C. Windows color (decimal): -2611019 or 11872472. OLE color: 11872472.

HSL color Cylindrical-coordinate representation of color #D828B5: hue angle of 311.93º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D828B5 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 40 181 -
CMYK 0 0.81 0.16 0.15
HSL 311.93º 0.69% 0.5% -
HSV(B) 311.93º 0.81% 0.85% -
XYZ 37.42 19.45 45.5 -
YUV 108.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 216 40 181 0 0.81 0.16 0.15 311.93 0.69 0.5
Hex D8 28 B5 0 51 10 F 138 45 32
Octal 330 50 265 0 121 20 17 470 105 62
Binary 11011000 101000 10110101 0 1010001 10000 1111 100111000 1000101 110010

Color Harmonies of #D828B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828B5

Black with #D828B5

Text Example


Text Example

White with #D828B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828B5; }

 p { color: rgb(216,40,181); }

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

background-color css

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

 a { background-color: rgb(216,40,181); }

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

border-color css

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

 span { border-color: rgb(216,40,181); }

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