Html Css Color HEX #D661F9 Heliotrope

📋 copy color: '#D661F9'

red 214 ◦ green 97 ◦ blue 249

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

Shades of Heliotrope #D661F9

Tints of Heliotrope #D661F9

RGB

 RED value IS 214 (83.98% from 255) = 38.21%

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

 BLUE value IS 249 (97.66% from 255) = 44.46%

R = 38.21%
G = 17.32%
B = 44.46%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D661F9 (or 0xD661F9) is known color: Heliotrope. HEX triplet: D6, 61 and F9. RGB value is (214,97,249). Sum of RGB (Red+Green+Blue) = 214+97+249=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #D661F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D661F9 is #299E06. Grayscale: #949494. Windows color (decimal): -2727431 or 16343510. OLE color: 16343510.

HSL color Cylindrical-coordinate representation of color #D661F9: hue angle of 286.18º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D661F9 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 97 249 -
CMYK 0.14 0.61 0 0.02
HSL 286.18º 0.93% 0.68% -
HSV(B) 286.18º 0.61% 0.98% -
XYZ 49.11 29.69 92.76 -
YUV 149.31 184.26 174.14 -
System Red Green Blue C M Y K H S L
Decimal 214 97 249 0.14 0.61 0 0.02 286.18 0.93 0.68
Hex D6 61 F9 E 3D 0 2 11E 5D 44
Octal 326 141 371 16 75 0 2 436 135 104
Binary 11010110 1100001 11111001 1110 111101 0 10 100011110 1011101 1000100

Color Harmonies of #D661F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D661F9

Black with #D661F9

Text Example


Text Example

White with #D661F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D661F9; }

 p { color: rgb(214,97,249); }

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

background-color css

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

 a { background-color: rgb(214,97,249); }

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

border-color css

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

 span { border-color: rgb(214,97,249); }

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