Html Css Color HEX #D557FA Heliotrope

📋 copy color: '#D557FA'

red 213 ◦ green 87 ◦ blue 250

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

Shades of Heliotrope #D557FA

Tints of Heliotrope #D557FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.82%

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

R = 38.73%
G = 15.82%
B = 45.45%

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

#D557FA (or 0xD557FA) is known color: Heliotrope. HEX triplet: D5, 57 and FA. RGB value is (213,87,250). Sum of RGB (Red+Green+Blue) = 213+87+250=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 87 (34.38% from 255 or 15.82% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #D557FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D557FA is #2AA805. Grayscale: #8E8E8E. Windows color (decimal): -2795526 or 16406485. OLE color: 16406485.

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

Color convert

RGB 213 87 250 -
CMYK 0.15 0.65 0 0.02
HSL 286.38º 0.94% 0.66% -
HSV(B) 286.38º 0.65% 0.98% -
XYZ 48.1 27.86 93.29 -
YUV 143.26 188.24 177.75 -
System Red Green Blue C M Y K H S L
Decimal 213 87 250 0.15 0.65 0 0.02 286.38 0.94 0.66
Hex D5 57 FA F 41 0 2 11E 5E 42
Octal 325 127 372 17 101 0 2 436 136 102
Binary 11010101 1010111 11111010 1111 1000001 0 10 100011110 1011110 1000010

Color Harmonies of #D557FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557FA

Black with #D557FA

Text Example


Text Example

White with #D557FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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