Html Css Color HEX #D458FB Heliotrope

📋 copy color: '#D458FB'

red 212 ◦ green 88 ◦ blue 251

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

Shades of Heliotrope #D458FB

Tints of Heliotrope #D458FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 38.48%
G = 15.97%
B = 45.55%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D458FB (or 0xD458FB) is known color: Heliotrope. HEX triplet: D4, 58 and FB. RGB value is (212,88,251). Sum of RGB (Red+Green+Blue) = 212+88+251=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #D458FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D458FB is #2BA704. Grayscale: #8F8F8F. Windows color (decimal): -2860805 or 16472276. OLE color: 16472276.

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

Color convert

RGB 212 88 251 -
CMYK 0.16 0.65 0 0.02
HSL 285.64º 0.95% 0.66% -
HSV(B) 285.64º 0.65% 0.98% -
XYZ 48.05 27.94 94.13 -
YUV 143.66 188.58 176.75 -
System Red Green Blue C M Y K H S L
Decimal 212 88 251 0.16 0.65 0 0.02 285.64 0.95 0.66
Hex D4 58 FB 10 41 0 2 11E 5F 42
Octal 324 130 373 20 101 0 2 436 137 102
Binary 11010100 1011000 11111011 10000 1000001 0 10 100011110 1011111 1000010

Color Harmonies of #D458FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D458FB

Black with #D458FB

Text Example


Text Example

White with #D458FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D458FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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