Html Css Color HEX #D940FD Heliotrope

📋 copy color: '#D940FD'

red 217 ◦ green 64 ◦ blue 253

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

Shades of Heliotrope #D940FD

Tints of Heliotrope #D940FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.99%

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

R = 40.64%
G = 11.99%
B = 47.38%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D940FD (or 0xD940FD) is known color: Heliotrope. HEX triplet: D9, 40 and FD. RGB value is (217,64,253). Sum of RGB (Red+Green+Blue) = 217+64+253=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 64 (25.39% from 255 or 11.99% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #D940FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D940FD is #26BF02. Grayscale: #828282. Windows color (decimal): -2539267 or 16597209. OLE color: 16597209.

HSL color Cylindrical-coordinate representation of color #D940FD: hue angle of 288.57º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D940FD is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 64 253 -
CMYK 0.14 0.75 0 0.01
HSL 288.57º 0.98% 0.62% -
HSV(B) 288.57º 0.75% 0.99% -
XYZ 48.18 25.51 95.31 -
YUV 131.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 217 64 253 0.14 0.75 0 0.01 288.57 0.98 0.62
Hex D9 40 FD E 4B 0 1 121 62 3E
Octal 331 100 375 16 113 0 1 441 142 76
Binary 11011001 1000000 11111101 1110 1001011 0 1 100100001 1100010 111110

Color Harmonies of #D940FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D940FD

Black with #D940FD

Text Example


Text Example

White with #D940FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D940FD; }

 p { color: rgb(217,64,253); }

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

background-color css

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

 a { background-color: rgb(217,64,253); }

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

border-color css

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

 span { border-color: rgb(217,64,253); }

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