Html Css Color HEX #D981FE Heliotrope

📋 copy color: '#D981FE'

red 217 ◦ green 129 ◦ blue 254

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

Shades of Heliotrope #D981FE

Tints of Heliotrope #D981FE

RGB

 RED value IS 217 (85.16% from 255) = 36.17%

 GREEN value IS 129 (50.78% from 255) = 21.5%

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 36.17%
G = 21.5%
B = 42.33%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D981FE (or 0xD981FE) is known color: Heliotrope. HEX triplet: D9, 81 and FE. RGB value is (217,129,254). Sum of RGB (Red+Green+Blue) = 217+129+254=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #D981FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D981FE is #267E01. Grayscale: #A9A9A9. Windows color (decimal): -2522626 or 16679385. OLE color: 16679385.

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

Color convert

RGB 217 129 254 -
CMYK 0.15 0.49 0 0.00
HSL 282.24º 0.98% 0.75% -
HSV(B) 282.24º 0.49% 1% -
XYZ 54.35 37.61 98.16 -
YUV 169.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 217 129 254 0.15 0.49 0 0.00 282.24 0.98 0.75
Hex D9 81 FE F 31 0 0 11A 62 4B
Octal 331 201 376 17 61 0 0 432 142 113
Binary 11011001 10000001 11111110 1111 110001 0 0 100011010 1100010 1001011

Color Harmonies of #D981FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981FE

Black with #D981FE

Text Example


Text Example

White with #D981FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981FE; }

 p { color: rgb(217,129,254); }

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

background-color css

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

 a { background-color: rgb(217,129,254); }

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

border-color css

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

 span { border-color: rgb(217,129,254); }

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