Html Css Color HEX #D064F7 Heliotrope

📋 copy color: '#D064F7'

red 208 ◦ green 100 ◦ blue 247

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

Shades of Heliotrope #D064F7

Tints of Heliotrope #D064F7

RGB

 RED value IS 208 (81.64% from 255) = 37.48%

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

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

R = 37.48%
G = 18.02%
B = 44.5%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D064F7 (or 0xD064F7) is known color: Heliotrope. HEX triplet: D0, 64 and F7. RGB value is (208,100,247). Sum of RGB (Red+Green+Blue) = 208+100+247=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #D064F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D064F7 is #2F9B08. Grayscale: #949494. Windows color (decimal): -3119881 or 16213200. OLE color: 16213200.

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

Color convert

RGB 208 100 247 -
CMYK 0.16 0.60 0 0.03
HSL 284.08º 0.9% 0.68% -
HSV(B) 284.08º 0.6% 0.97% -
XYZ 47.36 29.24 91.14 -
YUV 149.05 183.28 170.05 -
System Red Green Blue C M Y K H S L
Decimal 208 100 247 0.16 0.60 0 0.03 284.08 0.9 0.68
Hex D0 64 F7 10 3C 0 3 11C 5A 44
Octal 320 144 367 20 74 0 3 434 132 104
Binary 11010000 1100100 11110111 10000 111100 0 11 100011100 1011010 1000100

Color Harmonies of #D064F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064F7

Black with #D064F7

Text Example


Text Example

White with #D064F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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