Html Css Color HEX #D95EFF Heliotrope

📋 copy color: '#D95EFF'

red 217 ◦ green 94 ◦ blue 255

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

Shades of Heliotrope #D95EFF

Tints of Heliotrope #D95EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.61%

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

R = 38.34%
G = 16.61%
B = 45.05%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D95EFF (or 0xD95EFF) is known color: Heliotrope. HEX triplet: D9, 5E and FF. RGB value is (217,94,255). Sum of RGB (Red+Green+Blue) = 217+94+255=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 94 (37.11% from 255 or 16.61% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #D95EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95EFF is #26A100. Grayscale: #949494. Windows color (decimal): -2531585 or 16735961. OLE color: 16735961.

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

Color convert

RGB 217 94 255 -
CMYK 0.15 0.63 0 0
HSL 285.84º 1% 0.68% -
HSV(B) 285.84º 0.63% 1% -
XYZ 50.67 29.98 97.72 -
YUV 149.13 187.75 176.41 -
System Red Green Blue C M Y K H S L
Decimal 217 94 255 0.15 0.63 0 0 285.84 1 0.68
Hex D9 5E FF F 3F 0 0 11E 64 44
Octal 331 136 377 17 77 0 0 436 144 104
Binary 11011001 1011110 11111111 1111 111111 0 0 100011110 1100100 1000100

Color Harmonies of #D95EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EFF

Black with #D95EFF

Text Example


Text Example

White with #D95EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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