Html Css Color HEX #D557F6 Heliotrope

📋 copy color: '#D557F6'

red 213 ◦ green 87 ◦ blue 246

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

Shades of Heliotrope #D557F6

Tints of Heliotrope #D557F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.05%

R = 39.01%
G = 15.93%
B = 45.05%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D557F6 (or 0xD557F6) is known color: Heliotrope. HEX triplet: D5, 57 and F6. RGB value is (213,87,246). Sum of RGB (Red+Green+Blue) = 213+87+246=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 87 (34.38% from 255 or 15.93% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #D557F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D557F6 is #2AA809. Grayscale: #8E8E8E. Windows color (decimal): -2795530 or 16144341. OLE color: 16144341.

HSL color Cylindrical-coordinate representation of color #D557F6: hue angle of 287.55º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D557F6 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 87 246 -
CMYK 0.13 0.65 0 0.04
HSL 287.55º 0.9% 0.65% -
HSV(B) 287.55º 0.65% 0.96% -
XYZ 47.48 27.62 90.02 -
YUV 142.8 186.24 178.07 -
System Red Green Blue C M Y K H S L
Decimal 213 87 246 0.13 0.65 0 0.04 287.55 0.9 0.65
Hex D5 57 F6 D 41 0 4 120 5A 41
Octal 325 127 366 15 101 0 4 440 132 101
Binary 11010101 1010111 11110110 1101 1000001 0 100 100100000 1011010 1000001

Color Harmonies of #D557F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557F6

Black with #D557F6

Text Example


Text Example

White with #D557F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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