Html Css Color HEX #D559F2 Heliotrope

📋 copy color: '#D559F2'

red 213 ◦ green 89 ◦ blue 242

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

Shades of Heliotrope #D559F2

Tints of Heliotrope #D559F2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.36%

 BLUE value IS 242 (94.92% from 255) = 44.49%

R = 39.15%
G = 16.36%
B = 44.49%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D559F2 (or 0xD559F2) is known color: Heliotrope. HEX triplet: D5, 59 and F2. RGB value is (213,89,242). Sum of RGB (Red+Green+Blue) = 213+89+242=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 89 (35.16% from 255 or 16.36% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #D559F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D559F2 is #2AA60D. Grayscale: #8F8F8F. Windows color (decimal): -2795022 or 15882709. OLE color: 15882709.

HSL color Cylindrical-coordinate representation of color #D559F2: hue angle of 288.63º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D559F2 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 89 242 -
CMYK 0.12 0.63 0 0.05
HSL 288.63º 0.85% 0.65% -
HSV(B) 288.63º 0.63% 0.95% -
XYZ 47.04 27.7 86.87 -
YUV 143.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 213 89 242 0.12 0.63 0 0.05 288.63 0.85 0.65
Hex D5 59 F2 C 3F 0 5 121 55 41
Octal 325 131 362 14 77 0 5 441 125 101
Binary 11010101 1011001 11110010 1100 111111 0 101 100100001 1010101 1000001

Color Harmonies of #D559F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D559F2

Black with #D559F2

Text Example


Text Example

White with #D559F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D559F2; }

 p { color: rgb(213,89,242); }

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

background-color css

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

 a { background-color: rgb(213,89,242); }

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

border-color css

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

 span { border-color: rgb(213,89,242); }

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