Html Css Color HEX #D358FE Heliotrope

📋 copy color: '#D358FE'

red 211 ◦ green 88 ◦ blue 254

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

Shades of Heliotrope #D358FE

Tints of Heliotrope #D358FE

RGB

 RED value IS 211 (82.81% from 255) = 38.16%

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

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

R = 38.16%
G = 15.91%
B = 45.93%

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

#D358FE (or 0xD358FE) is known color: Heliotrope. HEX triplet: D3, 58 and FE. RGB value is (211,88,254). Sum of RGB (Red+Green+Blue) = 211+88+254=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #D358FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D358FE is #2CA701. Grayscale: #8F8F8F. Windows color (decimal): -2926338 or 16668883. OLE color: 16668883.

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

Color convert

RGB 211 88 254 -
CMYK 0.17 0.65 0 0.00
HSL 284.46º 0.99% 0.67% -
HSV(B) 284.46º 0.65% 1% -
XYZ 48.24 27.98 96.62 -
YUV 143.7 190.25 176 -
System Red Green Blue C M Y K H S L
Decimal 211 88 254 0.17 0.65 0 0.00 284.46 0.99 0.67
Hex D3 58 FE 11 41 0 0 11C 63 43
Octal 323 130 376 21 101 0 0 434 143 103
Binary 11010011 1011000 11111110 10001 1000001 0 0 100011100 1100011 1000011

Color Harmonies of #D358FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358FE

Black with #D358FE

Text Example


Text Example

White with #D358FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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