Html Css Color HEX #D941FF Heliotrope

📋 copy color: '#D941FF'

red 217 ◦ green 65 ◦ blue 255

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

Shades of Heliotrope #D941FF

Tints of Heliotrope #D941FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.49%

R = 40.41%
G = 12.1%
B = 47.49%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D941FF (or 0xD941FF) is known color: Heliotrope. HEX triplet: D9, 41 and FF. RGB value is (217,65,255). Sum of RGB (Red+Green+Blue) = 217+65+255=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #D941FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D941FF is #26BE00. Grayscale: #838383. Windows color (decimal): -2539009 or 16728537. OLE color: 16728537.

HSL color Cylindrical-coordinate representation of color #D941FF: hue angle of 288º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D941FF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 65 255 -
CMYK 0.15 0.75 0 0
HSL 288º 1% 0.63% -
HSV(B) 288º 0.75% 1% -
XYZ 48.56 25.75 97.02 -
YUV 132.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 217 65 255 0.15 0.75 0 0 288 1 0.63
Hex D9 41 FF F 4B 0 0 120 64 3F
Octal 331 101 377 17 113 0 0 440 144 77
Binary 11011001 1000001 11111111 1111 1001011 0 0 100100000 1100100 111111

Color Harmonies of #D941FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D941FF

Black with #D941FF

Text Example


Text Example

White with #D941FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D941FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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