Html Css Color HEX #D556FF Heliotrope

📋 copy color: '#D556FF'

red 213 ◦ green 86 ◦ blue 255

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

Shades of Heliotrope #D556FF

Tints of Heliotrope #D556FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.52%

 BLUE value IS 255 (100% from 255) = 46.03%

R = 38.45%
G = 15.52%
B = 46.03%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D556FF (or 0xD556FF) is known color: Heliotrope. HEX triplet: D5, 56 and FF. RGB value is (213,86,255). Sum of RGB (Red+Green+Blue) = 213+86+255=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 86 (33.98% from 255 or 15.52% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #D556FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D556FF is #2AA900. Grayscale: #8E8E8E. Windows color (decimal): -2795777 or 16733909. OLE color: 16733909.

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

Color convert

RGB 213 86 255 -
CMYK 0.16 0.66 0 0
HSL 285.09º 1% 0.67% -
HSV(B) 285.09º 0.66% 1% -
XYZ 48.82 28.02 97.44 -
YUV 143.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 213 86 255 0.16 0.66 0 0 285.09 1 0.67
Hex D5 56 FF 10 42 0 0 11D 64 43
Octal 325 126 377 20 102 0 0 435 144 103
Binary 11010101 1010110 11111111 10000 1000010 0 0 100011101 1100100 1000011

Color Harmonies of #D556FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D556FF

Black with #D556FF

Text Example


Text Example

White with #D556FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D556FF; }

 p { color: rgb(213,86,255); }

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

background-color css

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

 a { background-color: rgb(213,86,255); }

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

border-color css

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

 span { border-color: rgb(213,86,255); }

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