Html Css Color HEX #D95FFD Heliotrope

📋 copy color: '#D95FFD'

red 217 ◦ green 95 ◦ blue 253

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

Shades of Heliotrope #D95FFD

Tints of Heliotrope #D95FFD

RGB

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

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

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

R = 38.41%
G = 16.81%
B = 44.78%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D95FFD (or 0xD95FFD) is known color: Heliotrope. HEX triplet: D9, 5F and FD. RGB value is (217,95,253). Sum of RGB (Red+Green+Blue) = 217+95+253=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 95 (37.5% from 255 or 16.81% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #D95FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95FFD is #26A002. Grayscale: #949494. Windows color (decimal): -2531331 or 16605145. OLE color: 16605145.

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

Color convert

RGB 217 95 253 -
CMYK 0.14 0.62 0 0.01
HSL 286.33º 0.98% 0.68% -
HSV(B) 286.33º 0.62% 0.99% -
XYZ 50.44 30.03 96.07 -
YUV 149.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 217 95 253 0.14 0.62 0 0.01 286.33 0.98 0.68
Hex D9 5F FD E 3E 0 1 11E 62 44
Octal 331 137 375 16 76 0 1 436 142 104
Binary 11011001 1011111 11111101 1110 111110 0 1 100011110 1100010 1000100

Color Harmonies of #D95FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95FFD

Black with #D95FFD

Text Example


Text Example

White with #D95FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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