Html Css Color HEX #D865FD Heliotrope

📋 copy color: '#D865FD'

red 216 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #D865FD

Tints of Heliotrope #D865FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.72%

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

R = 37.89%
G = 17.72%
B = 44.39%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D865FD (or 0xD865FD) is known color: Heliotrope. HEX triplet: D8, 65 and FD. RGB value is (216,101,253). Sum of RGB (Red+Green+Blue) = 216+101+253=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #D865FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D865FD is #279A02. Grayscale: #989898. Windows color (decimal): -2595331 or 16606680. OLE color: 16606680.

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

Color convert

RGB 216 101 253 -
CMYK 0.15 0.60 0 0.01
HSL 285.39º 0.97% 0.69% -
HSV(B) 285.39º 0.6% 0.99% -
XYZ 50.7 31 96.24 -
YUV 152.71 184.6 173.14 -
System Red Green Blue C M Y K H S L
Decimal 216 101 253 0.15 0.60 0 0.01 285.39 0.97 0.69
Hex D8 65 FD F 3C 0 1 11D 61 45
Octal 330 145 375 17 74 0 1 435 141 105
Binary 11011000 1100101 11111101 1111 111100 0 1 100011101 1100001 1000101

Color Harmonies of #D865FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865FD

Black with #D865FD

Text Example


Text Example

White with #D865FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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