Html Css Color HEX #D95CFF Heliotrope

📋 copy color: '#D95CFF'

red 217 ◦ green 92 ◦ blue 255

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

Shades of Heliotrope #D95CFF

Tints of Heliotrope #D95CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.31%

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

R = 38.48%
G = 16.31%
B = 45.21%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D95CFF (or 0xD95CFF) is known color: Heliotrope. HEX triplet: D9, 5C and FF. RGB value is (217,92,255). Sum of RGB (Red+Green+Blue) = 217+92+255=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 92 (36.33% from 255 or 16.31% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #D95CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95CFF is #26A300. Grayscale: #939393. Windows color (decimal): -2532097 or 16735449. OLE color: 16735449.

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

Color convert

RGB 217 92 255 -
CMYK 0.15 0.64 0 0
HSL 286.01º 1% 0.68% -
HSV(B) 286.01º 0.64% 1% -
XYZ 50.49 29.63 97.66 -
YUV 147.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 217 92 255 0.15 0.64 0 0 286.01 1 0.68
Hex D9 5C FF F 40 0 0 11E 64 44
Octal 331 134 377 17 100 0 0 436 144 104
Binary 11011001 1011100 11111111 1111 1000000 0 0 100011110 1100100 1000100

Color Harmonies of #D95CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95CFF

Black with #D95CFF

Text Example


Text Example

White with #D95CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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