Html Css Color HEX #D865F2 Heliotrope

📋 copy color: '#D865F2'

red 216 ◦ green 101 ◦ blue 242

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

Shades of Heliotrope #D865F2

Tints of Heliotrope #D865F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.29%

R = 38.64%
G = 18.07%
B = 43.29%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D865F2 (or 0xD865F2) is known color: Heliotrope. HEX triplet: D8, 65 and F2. RGB value is (216,101,242). Sum of RGB (Red+Green+Blue) = 216+101+242=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #D865F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D865F2 is #279A0D. Grayscale: #979797. Windows color (decimal): -2595342 or 15885784. OLE color: 15885784.

HSL color Cylindrical-coordinate representation of color #D865F2: hue angle of 288.94º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D865F2 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 101 242 -
CMYK 0.11 0.58 0 0.05
HSL 288.94º 0.84% 0.67% -
HSV(B) 288.94º 0.58% 0.95% -
XYZ 49 30.32 87.27 -
YUV 151.46 179.1 174.04 -
System Red Green Blue C M Y K H S L
Decimal 216 101 242 0.11 0.58 0 0.05 288.94 0.84 0.67
Hex D8 65 F2 B 3A 0 5 121 54 43
Octal 330 145 362 13 72 0 5 441 124 103
Binary 11011000 1100101 11110010 1011 111010 0 101 100100001 1010100 1000011

Color Harmonies of #D865F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865F2

Black with #D865F2

Text Example


Text Example

White with #D865F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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