Html Css Color HEX #D558F9 Heliotrope

📋 copy color: '#D558F9'

red 213 ◦ green 88 ◦ blue 249

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

Shades of Heliotrope #D558F9

Tints of Heliotrope #D558F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.27%

R = 38.73%
G = 16%
B = 45.27%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D558F9 (or 0xD558F9) is known color: Heliotrope. HEX triplet: D5, 58 and F9. RGB value is (213,88,249). Sum of RGB (Red+Green+Blue) = 213+88+249=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #D558F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D558F9 is #2AA706. Grayscale: #8F8F8F. Windows color (decimal): -2795271 or 16341205. OLE color: 16341205.

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

Color convert

RGB 213 88 249 -
CMYK 0.14 0.65 0 0.02
HSL 286.58º 0.93% 0.66% -
HSV(B) 286.58º 0.65% 0.98% -
XYZ 48.03 27.97 92.49 -
YUV 143.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 213 88 249 0.14 0.65 0 0.02 286.58 0.93 0.66
Hex D5 58 F9 E 41 0 2 11F 5D 42
Octal 325 130 371 16 101 0 2 437 135 102
Binary 11010101 1011000 11111001 1110 1000001 0 10 100011111 1011101 1000010

Color Harmonies of #D558F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558F9

Black with #D558F9

Text Example


Text Example

White with #D558F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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