Html Css Color HEX #D558FC Heliotrope

📋 copy color: '#D558FC'

red 213 ◦ green 88 ◦ blue 252

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

Shades of Heliotrope #D558FC

Tints of Heliotrope #D558FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 38.52%
G = 15.91%
B = 45.57%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D558FC (or 0xD558FC) is known color: Heliotrope. HEX triplet: D5, 58 and FC. RGB value is (213,88,252). Sum of RGB (Red+Green+Blue) = 213+88+252=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #D558FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D558FC is #2AA703. Grayscale: #8F8F8F. Windows color (decimal): -2795268 or 16537813. OLE color: 16537813.

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

Color convert

RGB 213 88 252 -
CMYK 0.15 0.65 0 0.01
HSL 285.73º 0.96% 0.67% -
HSV(B) 285.73º 0.65% 0.99% -
XYZ 48.5 28.15 94.97 -
YUV 144.07 188.91 177.16 -
System Red Green Blue C M Y K H S L
Decimal 213 88 252 0.15 0.65 0 0.01 285.73 0.96 0.67
Hex D5 58 FC F 41 0 1 11E 60 43
Octal 325 130 374 17 101 0 1 436 140 103
Binary 11010101 1011000 11111100 1111 1000001 0 1 100011110 1100000 1000011

Color Harmonies of #D558FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558FC

Black with #D558FC

Text Example


Text Example

White with #D558FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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