Html Css Color HEX #D158FD Heliotrope

📋 copy color: '#D158FD'

red 209 ◦ green 88 ◦ blue 253

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

Shades of Heliotrope #D158FD

Tints of Heliotrope #D158FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46%

R = 38%
G = 16%
B = 46%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D158FD (or 0xD158FD) is known color: Heliotrope. HEX triplet: D1, 58 and FD. RGB value is (209,88,253). Sum of RGB (Red+Green+Blue) = 209+88+253=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #D158FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D158FD is #2EA702. Grayscale: #8E8E8E. Windows color (decimal): -3057411 or 16603345. OLE color: 16603345.

HSL color Cylindrical-coordinate representation of color #D158FD: hue angle of 284º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D158FD is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 88 253 -
CMYK 0.17 0.65 0 0.01
HSL 284º 0.98% 0.67% -
HSV(B) 284º 0.65% 0.99% -
XYZ 47.51 27.63 95.76 -
YUV 142.99 190.09 175.08 -
System Red Green Blue C M Y K H S L
Decimal 209 88 253 0.17 0.65 0 0.01 284 0.98 0.67
Hex D1 58 FD 11 41 0 1 11C 62 43
Octal 321 130 375 21 101 0 1 434 142 103
Binary 11010001 1011000 11111101 10001 1000001 0 1 100011100 1100010 1000011

Color Harmonies of #D158FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158FD

Black with #D158FD

Text Example


Text Example

White with #D158FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158FD; }

 p { color: rgb(209,88,253); }

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

background-color css

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

 a { background-color: rgb(209,88,253); }

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

border-color css

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

 span { border-color: rgb(209,88,253); }

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