Html Css Color HEX #D157F2 Heliotrope

📋 copy color: '#D157F2'

red 209 ◦ green 87 ◦ blue 242

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

Shades of Heliotrope #D157F2

Tints of Heliotrope #D157F2

RGB

 RED value IS 209 (82.03% from 255) = 38.85%

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

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

R = 38.85%
G = 16.17%
B = 44.98%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D157F2 (or 0xD157F2) is known color: Heliotrope. HEX triplet: D1, 57 and F2. RGB value is (209,87,242). Sum of RGB (Red+Green+Blue) = 209+87+242=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #D157F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D157F2 is #2EA80D. Grayscale: #8C8C8C. Windows color (decimal): -3057678 or 15882193. OLE color: 15882193.

HSL color Cylindrical-coordinate representation of color #D157F2: hue angle of 287.23º 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 #D157F2 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 87 242 -
CMYK 0.14 0.64 0 0.05
HSL 287.23º 0.86% 0.65% -
HSV(B) 287.23º 0.64% 0.95% -
XYZ 45.73 26.78 86.76 -
YUV 141.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 209 87 242 0.14 0.64 0 0.05 287.23 0.86 0.65
Hex D1 57 F2 E 40 0 5 11F 56 41
Octal 321 127 362 16 100 0 5 437 126 101
Binary 11010001 1010111 11110010 1110 1000000 0 101 100011111 1010110 1000001

Color Harmonies of #D157F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D157F2

Black with #D157F2

Text Example


Text Example

White with #D157F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D157F2; }

 p { color: rgb(209,87,242); }

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

background-color css

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

 a { background-color: rgb(209,87,242); }

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

border-color css

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

 span { border-color: rgb(209,87,242); }

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