Html Css Color HEX #D557FC Heliotrope

📋 copy color: '#D557FC'

red 213 ◦ green 87 ◦ blue 252

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

Shades of Heliotrope #D557FC

Tints of Heliotrope #D557FC

RGB

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

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

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

R = 38.59%
G = 15.76%
B = 45.65%

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

#D557FC (or 0xD557FC) is known color: Heliotrope. HEX triplet: D5, 57 and FC. RGB value is (213,87,252). Sum of RGB (Red+Green+Blue) = 213+87+252=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 87 (34.38% from 255 or 15.76% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #D557FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D557FC is #2AA803. Grayscale: #8E8E8E. Windows color (decimal): -2795524 or 16537557. OLE color: 16537557.

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

Color convert

RGB 213 87 252 -
CMYK 0.15 0.65 0 0.01
HSL 285.82º 0.96% 0.66% -
HSV(B) 285.82º 0.65% 0.99% -
XYZ 48.42 27.99 94.95 -
YUV 143.48 189.24 177.58 -
System Red Green Blue C M Y K H S L
Decimal 213 87 252 0.15 0.65 0 0.01 285.82 0.96 0.66
Hex D5 57 FC F 41 0 1 11E 60 42
Octal 325 127 374 17 101 0 1 436 140 102
Binary 11010101 1010111 11111100 1111 1000001 0 1 100011110 1100000 1000010

Color Harmonies of #D557FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557FC

Black with #D557FC

Text Example


Text Example

White with #D557FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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