Html Css Color HEX #D661FE Heliotrope

📋 copy color: '#D661FE'

red 214 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #D661FE

Tints of Heliotrope #D661FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 37.88%
G = 17.17%
B = 44.96%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D661FE (or 0xD661FE) is known color: Heliotrope. HEX triplet: D6, 61 and FE. RGB value is (214,97,254). Sum of RGB (Red+Green+Blue) = 214+97+254=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #D661FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D661FE is #299E01. Grayscale: #959595. Windows color (decimal): -2727426 or 16671190. OLE color: 16671190.

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

Color convert

RGB 214 97 254 -
CMYK 0.16 0.62 0 0.00
HSL 284.71º 0.99% 0.69% -
HSV(B) 284.71º 0.62% 1% -
XYZ 49.9 30 96.93 -
YUV 149.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 214 97 254 0.16 0.62 0 0.00 284.71 0.99 0.69
Hex D6 61 FE 10 3E 0 0 11D 63 45
Octal 326 141 376 20 76 0 0 435 143 105
Binary 11010110 1100001 11111110 10000 111110 0 0 100011101 1100011 1000101

Color Harmonies of #D661FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D661FE

Black with #D661FE

Text Example


Text Example

White with #D661FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D661FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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