Html Css Color HEX #D95FFA Heliotrope

📋 copy color: '#D95FFA'

red 217 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #D95FFA

Tints of Heliotrope #D95FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.9%

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 38.61%
G = 16.9%
B = 44.48%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D95FFA (or 0xD95FFA) is known color: Heliotrope. HEX triplet: D9, 5F and FA. RGB value is (217,95,250). Sum of RGB (Red+Green+Blue) = 217+95+250=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 95 (37.5% from 255 or 16.90% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #D95FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95FFA is #26A005. Grayscale: #949494. Windows color (decimal): -2531334 or 16408537. OLE color: 16408537.

HSL color Cylindrical-coordinate representation of color #D95FFA: hue angle of 287.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95FFA is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 95 250 -
CMYK 0.13 0.62 0 0.02
HSL 287.23º 0.94% 0.68% -
HSV(B) 287.23º 0.62% 0.98% -
XYZ 49.96 29.84 93.57 -
YUV 149.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 217 95 250 0.13 0.62 0 0.02 287.23 0.94 0.68
Hex D9 5F FA D 3E 0 2 11F 5E 44
Octal 331 137 372 15 76 0 2 437 136 104
Binary 11011001 1011111 11111010 1101 111110 0 10 100011111 1011110 1000100

Color Harmonies of #D95FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95FFA

Black with #D95FFA

Text Example


Text Example

White with #D95FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95FFA; }

 p { color: rgb(217,95,250); }

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

background-color css

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

 a { background-color: rgb(217,95,250); }

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

border-color css

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

 span { border-color: rgb(217,95,250); }

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