Html Css Color HEX #D064FD Heliotrope

📋 copy color: '#D064FD'

red 208 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #D064FD

Tints of Heliotrope #D064FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 37.08%
G = 17.83%
B = 45.1%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D064FD (or 0xD064FD) is known color: Heliotrope. HEX triplet: D0, 64 and FD. RGB value is (208,100,253). Sum of RGB (Red+Green+Blue) = 208+100+253=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 100 (39.45% from 255 or 17.83% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #D064FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D064FD is #2F9B02. Grayscale: #959595. Windows color (decimal): -3119875 or 16606416. OLE color: 16606416.

HSL color Cylindrical-coordinate representation of color #D064FD: hue angle of 282.35º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D064FD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 100 253 -
CMYK 0.18 0.60 0 0.01
HSL 282.35º 0.97% 0.69% -
HSV(B) 282.35º 0.6% 0.99% -
XYZ 48.3 29.62 96.1 -
YUV 149.73 186.28 169.56 -
System Red Green Blue C M Y K H S L
Decimal 208 100 253 0.18 0.60 0 0.01 282.35 0.97 0.69
Hex D0 64 FD 12 3C 0 1 11A 61 45
Octal 320 144 375 22 74 0 1 432 141 105
Binary 11010000 1100100 11111101 10010 111100 0 1 100011010 1100001 1000101

Color Harmonies of #D064FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064FD

Black with #D064FD

Text Example


Text Example

White with #D064FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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