Html Css Color HEX #D458FE Heliotrope

📋 copy color: '#D458FE'

red 212 ◦ green 88 ◦ blue 254

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

Shades of Heliotrope #D458FE

Tints of Heliotrope #D458FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 38.27%
G = 15.88%
B = 45.85%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D458FE (or 0xD458FE) is known color: Heliotrope. HEX triplet: D4, 58 and FE. RGB value is (212,88,254). Sum of RGB (Red+Green+Blue) = 212+88+254=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 88 (34.77% from 255 or 15.88% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #D458FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D458FE is #2BA701. Grayscale: #8F8F8F. Windows color (decimal): -2860802 or 16668884. OLE color: 16668884.

HSL color Cylindrical-coordinate representation of color #D458FE: hue angle of 284.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D458FE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 88 254 -
CMYK 0.17 0.65 0 0.00
HSL 284.82º 0.99% 0.67% -
HSV(B) 284.82º 0.65% 1% -
XYZ 48.53 28.13 96.64 -
YUV 144 190.08 176.5 -
System Red Green Blue C M Y K H S L
Decimal 212 88 254 0.17 0.65 0 0.00 284.82 0.99 0.67
Hex D4 58 FE 11 41 0 0 11D 63 43
Octal 324 130 376 21 101 0 0 435 143 103
Binary 11010100 1011000 11111110 10001 1000001 0 0 100011101 1100011 1000011

Color Harmonies of #D458FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D458FE

Black with #D458FE

Text Example


Text Example

White with #D458FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D458FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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