Html Css Color HEX #D882FD Heliotrope

📋 copy color: '#D882FD'

red 216 ◦ green 130 ◦ blue 253

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

Shades of Heliotrope #D882FD

Tints of Heliotrope #D882FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 36.06%
G = 21.7%
B = 42.24%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D882FD (or 0xD882FD) is known color: Heliotrope. HEX triplet: D8, 82 and FD. RGB value is (216,130,253). Sum of RGB (Red+Green+Blue) = 216+130+253=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #D882FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D882FD is #277D02. Grayscale: #A9A9A9. Windows color (decimal): -2587907 or 16614104. OLE color: 16614104.

HSL color Cylindrical-coordinate representation of color #D882FD: hue angle of 281.95º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D882FD is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 130 253 -
CMYK 0.15 0.49 0 0.01
HSL 281.95º 0.97% 0.75% -
HSV(B) 281.95º 0.49% 0.99% -
XYZ 54.03 37.66 97.35 -
YUV 169.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 216 130 253 0.15 0.49 0 0.01 281.95 0.97 0.75
Hex D8 82 FD F 31 0 1 11A 61 4B
Octal 330 202 375 17 61 0 1 432 141 113
Binary 11011000 10000010 11111101 1111 110001 0 1 100011010 1100001 1001011

Color Harmonies of #D882FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882FD

Black with #D882FD

Text Example


Text Example

White with #D882FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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