Html Css Color HEX #D064FA Heliotrope

📋 copy color: '#D064FA'

red 208 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #D064FA

Tints of Heliotrope #D064FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 37.28%
G = 17.92%
B = 44.8%

CMYK

 C value IS 0.17

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D064FA (or 0xD064FA) is known color: Heliotrope. HEX triplet: D0, 64 and FA. RGB value is (208,100,250). Sum of RGB (Red+Green+Blue) = 208+100+250=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 100 (39.45% from 255 or 17.92% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #D064FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D064FA is #2F9B05. Grayscale: #949494. Windows color (decimal): -3119878 or 16409808. OLE color: 16409808.

HSL color Cylindrical-coordinate representation of color #D064FA: hue angle of 283.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D064FA is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 100 250 -
CMYK 0.17 0.6 0 0.02
HSL 283.2º 0.94% 0.69% -
HSV(B) 283.2º 0.6% 0.98% -
XYZ 47.82 29.43 93.6 -
YUV 149.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 208 100 250 0.17 0.6 0 0.02 283.2 0.94 0.69
Hex D0 64 FA 11 3C 0 2 11B 5E 45
Octal 320 144 372 21 74 0 2 433 136 105
Binary 11010000 1100100 11111010 10001 111100 0 10 100011011 1011110 1000101

Color Harmonies of #D064FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064FA

Black with #D064FA

Text Example


Text Example

White with #D064FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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