Html Css Color HEX #D828B4 Spicy Pink

📋 copy color: '#D828B4'

red 216 ◦ green 40 ◦ blue 180

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

Shades of Spicy Pink #D828B4

Tints of Spicy Pink #D828B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 49.54%
G = 9.17%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D828B4 (or 0xD828B4) is known color: Spicy Pink. HEX triplet: D8, 28 and B4. RGB value is (216,40,180). Sum of RGB (Red+Green+Blue) = 216+40+180=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D828B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828B4 is #27D74B. Grayscale: #6C6C6C. Windows color (decimal): -2611020 or 11806936. OLE color: 11806936.

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

Color convert

RGB 216 40 180 -
CMYK 0 0.81 0.17 0.15
HSL 312.27º 0.69% 0.5% -
HSV(B) 312.27º 0.81% 0.85% -
XYZ 37.32 19.41 44.96 -
YUV 108.58 168.31 204.62 -
System Red Green Blue C M Y K H S L
Decimal 216 40 180 0 0.81 0.17 0.15 312.27 0.69 0.5
Hex D8 28 B4 0 51 11 F 138 45 32
Octal 330 50 264 0 121 21 17 470 105 62
Binary 11011000 101000 10110100 0 1010001 10001 1111 100111000 1000101 110010

Color Harmonies of #D828B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828B4

Black with #D828B4

Text Example


Text Example

White with #D828B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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