Html Css Color HEX #D664F7 Heliotrope

📋 copy color: '#D664F7'

red 214 ◦ green 100 ◦ blue 247

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

Shades of Heliotrope #D664F7

Tints of Heliotrope #D664F7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.83%

 BLUE value IS 247 (96.88% from 255) = 44.03%

R = 38.15%
G = 17.83%
B = 44.03%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D664F7 (or 0xD664F7) is known color: Heliotrope. HEX triplet: D6, 64 and F7. RGB value is (214,100,247). Sum of RGB (Red+Green+Blue) = 214+100+247=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 100 (39.45% from 255 or 17.83% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #D664F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664F7 is #299B08. Grayscale: #969696. Windows color (decimal): -2726665 or 16213206. OLE color: 16213206.

HSL color Cylindrical-coordinate representation of color #D664F7: hue angle of 286.53º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D664F7 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 100 247 -
CMYK 0.13 0.60 0 0.03
HSL 286.53º 0.9% 0.68% -
HSV(B) 286.53º 0.6% 0.97% -
XYZ 49.08 30.13 91.22 -
YUV 150.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 214 100 247 0.13 0.60 0 0.03 286.53 0.9 0.68
Hex D6 64 F7 D 3C 0 3 11F 5A 44
Octal 326 144 367 15 74 0 3 437 132 104
Binary 11010110 1100100 11110111 1101 111100 0 11 100011111 1011010 1000100

Color Harmonies of #D664F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664F7

Black with #D664F7

Text Example


Text Example

White with #D664F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664F7; }

 p { color: rgb(214,100,247); }

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

background-color css

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

 a { background-color: rgb(214,100,247); }

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

border-color css

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

 span { border-color: rgb(214,100,247); }

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