Html Css Color HEX #D557F0 Heliotrope

📋 copy color: '#D557F0'

red 213 ◦ green 87 ◦ blue 240

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

Shades of Heliotrope #D557F0

Tints of Heliotrope #D557F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.44%

R = 39.44%
G = 16.11%
B = 44.44%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D557F0 (or 0xD557F0) is known color: Heliotrope. HEX triplet: D5, 57 and F0. RGB value is (213,87,240). Sum of RGB (Red+Green+Blue) = 213+87+240=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 87 (34.38% from 255 or 16.11% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #D557F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D557F0 is #2AA80F. Grayscale: #8D8D8D. Windows color (decimal): -2795536 or 15751125. OLE color: 15751125.

HSL color Cylindrical-coordinate representation of color #D557F0: hue angle of 289.41º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D557F0 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 87 240 -
CMYK 0.11 0.64 0 0.06
HSL 289.41º 0.84% 0.64% -
HSV(B) 289.41º 0.64% 0.94% -
XYZ 46.58 27.25 85.24 -
YUV 142.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 213 87 240 0.11 0.64 0 0.06 289.41 0.84 0.64
Hex D5 57 F0 B 40 0 6 121 54 40
Octal 325 127 360 13 100 0 6 441 124 100
Binary 11010101 1010111 11110000 1011 1000000 0 110 100100001 1010100 1000000

Color Harmonies of #D557F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557F0

Black with #D557F0

Text Example


Text Example

White with #D557F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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