Html Css Color HEX #D664F8 Heliotrope

📋 copy color: '#D664F8'

red 214 ◦ green 100 ◦ blue 248

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

Shades of Heliotrope #D664F8

Tints of Heliotrope #D664F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.13%

R = 38.08%
G = 17.79%
B = 44.13%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D664F8 (or 0xD664F8) is known color: Heliotrope. HEX triplet: D6, 64 and F8. RGB value is (214,100,248). Sum of RGB (Red+Green+Blue) = 214+100+248=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #D664F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664F8 is #299B07. Grayscale: #969696. Windows color (decimal): -2726664 or 16278742. OLE color: 16278742.

HSL color Cylindrical-coordinate representation of color #D664F8: hue angle of 286.22º degrees, saturation: 0.91, 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 #D664F8 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 100 248 -
CMYK 0.14 0.60 0 0.03
HSL 286.22º 0.91% 0.68% -
HSV(B) 286.22º 0.6% 0.97% -
XYZ 49.23 30.19 92.04 -
YUV 150.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 214 100 248 0.14 0.60 0 0.03 286.22 0.91 0.68
Hex D6 64 F8 E 3C 0 3 11E 5B 44
Octal 326 144 370 16 74 0 3 436 133 104
Binary 11010110 1100100 11111000 1110 111100 0 11 100011110 1011011 1000100

Color Harmonies of #D664F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664F8

Black with #D664F8

Text Example


Text Example

White with #D664F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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