Html Css Color HEX #D558FA Heliotrope

📋 copy color: '#D558FA'

red 213 ◦ green 88 ◦ blue 250

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

Shades of Heliotrope #D558FA

Tints of Heliotrope #D558FA

RGB

 RED value IS 213 (83.59% from 255) = 38.66%

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

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

R = 38.66%
G = 15.97%
B = 45.37%

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

#D558FA (or 0xD558FA) is known color: Heliotrope. HEX triplet: D5, 58 and FA. RGB value is (213,88,250). Sum of RGB (Red+Green+Blue) = 213+88+250=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #D558FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D558FA is #2AA705. Grayscale: #8F8F8F. Windows color (decimal): -2795270 or 16406741. OLE color: 16406741.

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

Color convert

RGB 213 88 250 -
CMYK 0.15 0.65 0 0.02
HSL 286.3º 0.94% 0.66% -
HSV(B) 286.3º 0.65% 0.98% -
XYZ 48.19 28.03 93.31 -
YUV 143.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 213 88 250 0.15 0.65 0 0.02 286.3 0.94 0.66
Hex D5 58 FA F 41 0 2 11E 5E 42
Octal 325 130 372 17 101 0 2 436 136 102
Binary 11010101 1011000 11111010 1111 1000001 0 10 100011110 1011110 1000010

Color Harmonies of #D558FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558FA

Black with #D558FA

Text Example


Text Example

White with #D558FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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