Html Css Color HEX #D064F1 Heliotrope

📋 copy color: '#D064F1'

red 208 ◦ green 100 ◦ blue 241

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

Shades of Heliotrope #D064F1

Tints of Heliotrope #D064F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.9%

R = 37.89%
G = 18.21%
B = 43.9%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D064F1 (or 0xD064F1) is known color: Heliotrope. HEX triplet: D0, 64 and F1. RGB value is (208,100,241). Sum of RGB (Red+Green+Blue) = 208+100+241=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #D064F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D064F1 is #2F9B0E. Grayscale: #939393. Windows color (decimal): -3119887 or 15819984. OLE color: 15819984.

HSL color Cylindrical-coordinate representation of color #D064F1: hue angle of 285.96º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D064F1 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 100 241 -
CMYK 0.14 0.59 0 0.05
HSL 285.96º 0.83% 0.67% -
HSV(B) 285.96º 0.59% 0.95% -
XYZ 46.45 28.88 86.34 -
YUV 148.37 180.28 170.54 -
System Red Green Blue C M Y K H S L
Decimal 208 100 241 0.14 0.59 0 0.05 285.96 0.83 0.67
Hex D0 64 F1 E 3B 0 5 11E 53 43
Octal 320 144 361 16 73 0 5 436 123 103
Binary 11010000 1100100 11110001 1110 111011 0 101 100011110 1010011 1000011

Color Harmonies of #D064F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064F1

Black with #D064F1

Text Example


Text Example

White with #D064F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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