Html Css Color HEX #D941FD Heliotrope

📋 copy color: '#D941FD'

red 217 ◦ green 65 ◦ blue 253

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

Shades of Heliotrope #D941FD

Tints of Heliotrope #D941FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.15%

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

R = 40.56%
G = 12.15%
B = 47.29%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D941FD (or 0xD941FD) is known color: Heliotrope. HEX triplet: D9, 41 and FD. RGB value is (217,65,253). Sum of RGB (Red+Green+Blue) = 217+65+253=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 65 (25.78% from 255 or 12.15% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #D941FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D941FD is #26BE02. Grayscale: #838383. Windows color (decimal): -2539011 or 16597465. OLE color: 16597465.

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

Color convert

RGB 217 65 253 -
CMYK 0.14 0.74 0 0.01
HSL 288.51º 0.98% 0.62% -
HSV(B) 288.51º 0.74% 0.99% -
XYZ 48.24 25.62 95.33 -
YUV 131.88 196.36 188.71 -
System Red Green Blue C M Y K H S L
Decimal 217 65 253 0.14 0.74 0 0.01 288.51 0.98 0.62
Hex D9 41 FD E 4A 0 1 121 62 3E
Octal 331 101 375 16 112 0 1 441 142 76
Binary 11011001 1000001 11111101 1110 1001010 0 1 100100001 1100010 111110

Color Harmonies of #D941FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D941FD

Black with #D941FD

Text Example


Text Example

White with #D941FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D941FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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