Html Css Color HEX #D861FD Heliotrope

📋 copy color: '#D861FD'

red 216 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #D861FD

Tints of Heliotrope #D861FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.14%

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

R = 38.16%
G = 17.14%
B = 44.7%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D861FD (or 0xD861FD) is known color: Heliotrope. HEX triplet: D8, 61 and FD. RGB value is (216,97,253). Sum of RGB (Red+Green+Blue) = 216+97+253=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #D861FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D861FD is #279E02. Grayscale: #959595. Windows color (decimal): -2596355 or 16605656. OLE color: 16605656.

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

Color convert

RGB 216 97 253 -
CMYK 0.15 0.62 0 0.01
HSL 285.77º 0.98% 0.69% -
HSV(B) 285.77º 0.62% 0.99% -
XYZ 50.32 30.24 96.11 -
YUV 150.37 185.92 174.82 -
System Red Green Blue C M Y K H S L
Decimal 216 97 253 0.15 0.62 0 0.01 285.77 0.98 0.69
Hex D8 61 FD F 3E 0 1 11E 62 45
Octal 330 141 375 17 76 0 1 436 142 105
Binary 11011000 1100001 11111101 1111 111110 0 1 100011110 1100010 1000101

Color Harmonies of #D861FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D861FD

Black with #D861FD

Text Example


Text Example

White with #D861FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D861FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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