Html Css Color HEX #D882FB Heliotrope

📋 copy color: '#D882FB'

red 216 ◦ green 130 ◦ blue 251

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

Shades of Heliotrope #D882FB

Tints of Heliotrope #D882FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 36.18%
G = 21.78%
B = 42.04%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D882FB (or 0xD882FB) is known color: Heliotrope. HEX triplet: D8, 82 and FB. RGB value is (216,130,251). Sum of RGB (Red+Green+Blue) = 216+130+251=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #D882FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D882FB is #277D04. Grayscale: #A9A9A9. Windows color (decimal): -2587909 or 16483032. OLE color: 16483032.

HSL color Cylindrical-coordinate representation of color #D882FB: hue angle of 282.64º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D882FB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 130 251 -
CMYK 0.14 0.48 0 0.02
HSL 282.64º 0.94% 0.75% -
HSV(B) 282.64º 0.48% 0.98% -
XYZ 53.71 37.53 95.68 -
YUV 169.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 216 130 251 0.14 0.48 0 0.02 282.64 0.94 0.75
Hex D8 82 FB E 30 0 2 11B 5E 4B
Octal 330 202 373 16 60 0 2 433 136 113
Binary 11011000 10000010 11111011 1110 110000 0 10 100011011 1011110 1001011

Color Harmonies of #D882FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882FB

Black with #D882FB

Text Example


Text Example

White with #D882FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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