Html Css Color HEX #D558FD Heliotrope

📋 copy color: '#D558FD'

red 213 ◦ green 88 ◦ blue 253

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

Shades of Heliotrope #D558FD

Tints of Heliotrope #D558FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 38.45%
G = 15.88%
B = 45.67%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D558FD (or 0xD558FD) is known color: Heliotrope. HEX triplet: D5, 58 and FD. RGB value is (213,88,253). Sum of RGB (Red+Green+Blue) = 213+88+253=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 88 (34.77% from 255 or 15.88% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #D558FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D558FD is #2AA702. Grayscale: #8F8F8F. Windows color (decimal): -2795267 or 16603349. OLE color: 16603349.

HSL color Cylindrical-coordinate representation of color #D558FD: hue angle of 285.45º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D558FD is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 88 253 -
CMYK 0.16 0.65 0 0.01
HSL 285.45º 0.98% 0.67% -
HSV(B) 285.45º 0.65% 0.99% -
XYZ 48.66 28.22 95.81 -
YUV 144.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 213 88 253 0.16 0.65 0 0.01 285.45 0.98 0.67
Hex D5 58 FD 10 41 0 1 11D 62 43
Octal 325 130 375 20 101 0 1 435 142 103
Binary 11010101 1011000 11111101 10000 1000001 0 1 100011101 1100010 1000011

Color Harmonies of #D558FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558FD

Black with #D558FD

Text Example


Text Example

White with #D558FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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