Html Css Color HEX #D15AFD Heliotrope

📋 copy color: '#D15AFD'

red 209 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #D15AFD

Tints of Heliotrope #D15AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.3%

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

R = 37.86%
G = 16.3%
B = 45.83%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D15AFD (or 0xD15AFD) is known color: Heliotrope. HEX triplet: D1, 5A and FD. RGB value is (209,90,253). Sum of RGB (Red+Green+Blue) = 209+90+253=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #D15AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15AFD is #2EA502. Grayscale: #8F8F8F. Windows color (decimal): -3056899 or 16603857. OLE color: 16603857.

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

Color convert

RGB 209 90 253 -
CMYK 0.17 0.64 0 0.01
HSL 283.8º 0.98% 0.67% -
HSV(B) 283.8º 0.64% 0.99% -
XYZ 47.68 27.96 95.81 -
YUV 144.16 189.42 174.25 -
System Red Green Blue C M Y K H S L
Decimal 209 90 253 0.17 0.64 0 0.01 283.8 0.98 0.67
Hex D1 5A FD 11 40 0 1 11C 62 43
Octal 321 132 375 21 100 0 1 434 142 103
Binary 11010001 1011010 11111101 10001 1000000 0 1 100011100 1100010 1000011

Color Harmonies of #D15AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15AFD

Black with #D15AFD

Text Example


Text Example

White with #D15AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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