Html Css Color HEX #D458FA Heliotrope

📋 copy color: '#D458FA'

red 212 ◦ green 88 ◦ blue 250

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

Shades of Heliotrope #D458FA

Tints of Heliotrope #D458FA

RGB

 RED value IS 212 (83.2% from 255) = 38.55%

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

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

R = 38.55%
G = 16%
B = 45.45%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D458FA (or 0xD458FA) is known color: Heliotrope. HEX triplet: D4, 58 and FA. RGB value is (212,88,250). Sum of RGB (Red+Green+Blue) = 212+88+250=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #D458FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D458FA is #2BA705. Grayscale: #8F8F8F. Windows color (decimal): -2860806 or 16406740. OLE color: 16406740.

HSL color Cylindrical-coordinate representation of color #D458FA: hue angle of 285.93º 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 #D458FA is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 88 250 -
CMYK 0.15 0.65 0 0.02
HSL 285.93º 0.94% 0.66% -
HSV(B) 285.93º 0.65% 0.98% -
XYZ 47.9 27.88 93.3 -
YUV 143.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 212 88 250 0.15 0.65 0 0.02 285.93 0.94 0.66
Hex D4 58 FA F 41 0 2 11E 5E 42
Octal 324 130 372 17 101 0 2 436 136 102
Binary 11010100 1011000 11111010 1111 1000001 0 10 100011110 1011110 1000010

Color Harmonies of #D458FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D458FA

Black with #D458FA

Text Example


Text Example

White with #D458FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D458FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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