Html Css Color HEX #D964F8 Heliotrope

📋 copy color: '#D964F8'

red 217 ◦ green 100 ◦ blue 248

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

Shades of Heliotrope #D964F8

Tints of Heliotrope #D964F8

RGB

 RED value IS 217 (85.16% from 255) = 38.41%

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

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

R = 38.41%
G = 17.7%
B = 43.89%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D964F8 (or 0xD964F8) is known color: Heliotrope. HEX triplet: D9, 64 and F8. RGB value is (217,100,248). Sum of RGB (Red+Green+Blue) = 217+100+248=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 100 (39.45% from 255 or 17.70% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #D964F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D964F8 is #269B07. Grayscale: #979797. Windows color (decimal): -2530056 or 16278745. OLE color: 16278745.

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

Color convert

RGB 217 100 248 -
CMYK 0.12 0.60 0 0.03
HSL 287.43º 0.91% 0.68% -
HSV(B) 287.43º 0.6% 0.97% -
XYZ 50.12 30.64 92.08 -
YUV 151.86 182.26 174.47 -
System Red Green Blue C M Y K H S L
Decimal 217 100 248 0.12 0.60 0 0.03 287.43 0.91 0.68
Hex D9 64 F8 C 3C 0 3 11F 5B 44
Octal 331 144 370 14 74 0 3 437 133 104
Binary 11011001 1100100 11111000 1100 111100 0 11 100011111 1011011 1000100

Color Harmonies of #D964F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964F8

Black with #D964F8

Text Example


Text Example

White with #D964F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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