Html Css Color HEX #D981FC Heliotrope

📋 copy color: '#D981FC'

red 217 ◦ green 129 ◦ blue 252

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

Shades of Heliotrope #D981FC

Tints of Heliotrope #D981FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 36.29%
G = 21.57%
B = 42.14%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D981FC (or 0xD981FC) is known color: Heliotrope. HEX triplet: D9, 81 and FC. RGB value is (217,129,252). Sum of RGB (Red+Green+Blue) = 217+129+252=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #D981FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D981FC is #267E03. Grayscale: #A8A8A8. Windows color (decimal): -2522628 or 16548313. OLE color: 16548313.

HSL color Cylindrical-coordinate representation of color #D981FC: hue angle of 282.93º degrees, saturation: 0.95, 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 #D981FC is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 129 252 -
CMYK 0.14 0.49 0 0.01
HSL 282.93º 0.95% 0.75% -
HSV(B) 282.93º 0.49% 0.99% -
XYZ 54.04 37.48 96.48 -
YUV 169.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 217 129 252 0.14 0.49 0 0.01 282.93 0.95 0.75
Hex D9 81 FC E 31 0 1 11B 5F 4B
Octal 331 201 374 16 61 0 1 433 137 113
Binary 11011001 10000001 11111100 1110 110001 0 1 100011011 1011111 1001011

Color Harmonies of #D981FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981FC

Black with #D981FC

Text Example


Text Example

White with #D981FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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