Html Css Color HEX #D882FA Heliotrope

📋 copy color: '#D882FA'

red 216 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #D882FA

Tints of Heliotrope #D882FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.95%

R = 36.24%
G = 21.81%
B = 41.95%

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

#D882FA (or 0xD882FA) is known color: Heliotrope. HEX triplet: D8, 82 and FA. RGB value is (216,130,250). Sum of RGB (Red+Green+Blue) = 216+130+250=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #D882FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D882FA is #277D05. Grayscale: #A9A9A9. Windows color (decimal): -2587910 or 16417496. OLE color: 16417496.

HSL color Cylindrical-coordinate representation of color #D882FA: hue angle of 283º degrees, saturation: 0.92, 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 #D882FA is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 130 250 -
CMYK 0.14 0.48 0 0.02
HSL 283º 0.92% 0.75% -
HSV(B) 283º 0.48% 0.98% -
XYZ 53.56 37.47 94.85 -
YUV 169.39 173.49 161.24 -
System Red Green Blue C M Y K H S L
Decimal 216 130 250 0.14 0.48 0 0.02 283 0.92 0.75
Hex D8 82 FA E 30 0 2 11B 5C 4B
Octal 330 202 372 16 60 0 2 433 134 113
Binary 11011000 10000010 11111010 1110 110000 0 10 100011011 1011100 1001011

Color Harmonies of #D882FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882FA

Black with #D882FA

Text Example


Text Example

White with #D882FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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