Html Css Color HEX #D558F2 Heliotrope

📋 copy color: '#D558F2'

red 213 ◦ green 88 ◦ blue 242

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

Shades of Heliotrope #D558F2

Tints of Heliotrope #D558F2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.21%

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

R = 39.23%
G = 16.21%
B = 44.57%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D558F2 (or 0xD558F2) is known color: Heliotrope. HEX triplet: D5, 58 and F2. RGB value is (213,88,242). Sum of RGB (Red+Green+Blue) = 213+88+242=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 88 (34.77% from 255 or 16.21% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #D558F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D558F2 is #2AA70D. Grayscale: #8E8E8E. Windows color (decimal): -2795278 or 15882453. OLE color: 15882453.

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

Color convert

RGB 213 88 242 -
CMYK 0.12 0.64 0 0.05
HSL 288.7º 0.86% 0.65% -
HSV(B) 288.7º 0.64% 0.95% -
XYZ 46.96 27.54 86.84 -
YUV 142.93 183.91 177.98 -
System Red Green Blue C M Y K H S L
Decimal 213 88 242 0.12 0.64 0 0.05 288.7 0.86 0.65
Hex D5 58 F2 C 40 0 5 121 56 41
Octal 325 130 362 14 100 0 5 441 126 101
Binary 11010101 1011000 11110010 1100 1000000 0 101 100100001 1010110 1000001

Color Harmonies of #D558F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558F2

Black with #D558F2

Text Example


Text Example

White with #D558F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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