Html Css Color HEX #D157F0 Heliotrope

📋 copy color: '#D157F0'

red 209 ◦ green 87 ◦ blue 240

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

Shades of Heliotrope #D157F0

Tints of Heliotrope #D157F0

RGB

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

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

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

R = 38.99%
G = 16.23%
B = 44.78%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D157F0 (or 0xD157F0) is known color: Heliotrope. HEX triplet: D1, 57 and F0. RGB value is (209,87,240). Sum of RGB (Red+Green+Blue) = 209+87+240=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 87 (34.38% from 255 or 16.23% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #D157F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D157F0 is #2EA80F. Grayscale: #8C8C8C. Windows color (decimal): -3057680 or 15751121. OLE color: 15751121.

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

Color convert

RGB 209 87 240 -
CMYK 0.13 0.64 0 0.06
HSL 287.84º 0.84% 0.64% -
HSV(B) 287.84º 0.64% 0.94% -
XYZ 45.43 26.66 85.19 -
YUV 140.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 209 87 240 0.13 0.64 0 0.06 287.84 0.84 0.64
Hex D1 57 F0 D 40 0 6 120 54 40
Octal 321 127 360 15 100 0 6 440 124 100
Binary 11010001 1010111 11110000 1101 1000000 0 110 100100000 1010100 1000000

Color Harmonies of #D157F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D157F0

Black with #D157F0

Text Example


Text Example

White with #D157F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D157F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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