Html Css Color HEX #D882EF Heliotrope

📋 copy color: '#D882EF'

red 216 ◦ green 130 ◦ blue 239

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

Shades of Heliotrope #D882EF

Tints of Heliotrope #D882EF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.22%

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 36.92%
G = 22.22%
B = 40.85%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D882EF (or 0xD882EF) is known color: Heliotrope. HEX triplet: D8, 82 and EF. RGB value is (216,130,239). Sum of RGB (Red+Green+Blue) = 216+130+239=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #D882EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D882EF is #277D10. Grayscale: #A7A7A7. Windows color (decimal): -2587921 or 15696600. OLE color: 15696600.

HSL color Cylindrical-coordinate representation of color #D882EF: hue angle of 287.34º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D882EF is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 130 239 -
CMYK 0.10 0.46 0 0.06
HSL 287.34º 0.77% 0.72% -
HSV(B) 287.34º 0.46% 0.94% -
XYZ 51.88 36.8 86.03 -
YUV 168.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 216 130 239 0.10 0.46 0 0.06 287.34 0.77 0.72
Hex D8 82 EF A 2E 0 6 11F 4D 48
Octal 330 202 357 12 56 0 6 437 115 110
Binary 11011000 10000010 11101111 1010 101110 0 110 100011111 1001101 1001000

Color Harmonies of #D882EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882EF

Black with #D882EF

Text Example


Text Example

White with #D882EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882EF; }

 p { color: rgb(216,130,239); }

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

background-color css

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

 a { background-color: rgb(216,130,239); }

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

border-color css

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

 span { border-color: rgb(216,130,239); }

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