Html Css Color HEX #D155FD Heliotrope

📋 copy color: '#D155FD'

red 209 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #D155FD

Tints of Heliotrope #D155FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.54%

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

R = 38.21%
G = 15.54%
B = 46.25%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D155FD (or 0xD155FD) is known color: Heliotrope. HEX triplet: D1, 55 and FD. RGB value is (209,85,253). Sum of RGB (Red+Green+Blue) = 209+85+253=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #D155FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155FD is #2EAA02. Grayscale: #8C8C8C. Windows color (decimal): -3058179 or 16602577. OLE color: 16602577.

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

Color convert

RGB 209 85 253 -
CMYK 0.17 0.66 0 0.01
HSL 284.29º 0.98% 0.66% -
HSV(B) 284.29º 0.66% 0.99% -
XYZ 47.27 27.14 95.68 -
YUV 141.23 191.08 176.34 -
System Red Green Blue C M Y K H S L
Decimal 209 85 253 0.17 0.66 0 0.01 284.29 0.98 0.66
Hex D1 55 FD 11 42 0 1 11C 62 42
Octal 321 125 375 21 102 0 1 434 142 102
Binary 11010001 1010101 11111101 10001 1000010 0 1 100011100 1100010 1000010

Color Harmonies of #D155FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155FD

Black with #D155FD

Text Example


Text Example

White with #D155FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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