Html Css Color HEX #D758FA Heliotrope

📋 copy color: '#D758FA'

red 215 ◦ green 88 ◦ blue 250

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

Shades of Heliotrope #D758FA

Tints of Heliotrope #D758FA

RGB

 RED value IS 215 (84.38% from 255) = 38.88%

 GREEN value IS 88 (34.77% from 255) = 15.91%

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

R = 38.88%
G = 15.91%
B = 45.21%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D758FA (or 0xD758FA) is known color: Heliotrope. HEX triplet: D7, 58 and FA. RGB value is (215,88,250). Sum of RGB (Red+Green+Blue) = 215+88+250=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #D758FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D758FA is #28A705. Grayscale: #8F8F8F. Windows color (decimal): -2664198 or 16406743. OLE color: 16406743.

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

Color convert

RGB 215 88 250 -
CMYK 0.14 0.65 0 0.02
HSL 287.04º 0.94% 0.66% -
HSV(B) 287.04º 0.65% 0.98% -
XYZ 48.77 28.33 93.34 -
YUV 144.44 187.58 178.33 -
System Red Green Blue C M Y K H S L
Decimal 215 88 250 0.14 0.65 0 0.02 287.04 0.94 0.66
Hex D7 58 FA E 41 0 2 11F 5E 42
Octal 327 130 372 16 101 0 2 437 136 102
Binary 11010111 1011000 11111010 1110 1000001 0 10 100011111 1011110 1000010

Color Harmonies of #D758FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D758FA

Black with #D758FA

Text Example


Text Example

White with #D758FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D758FA; }

 p { color: rgb(215,88,250); }

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

background-color css

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

 a { background-color: rgb(215,88,250); }

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

border-color css

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

 span { border-color: rgb(215,88,250); }

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