Html Css Color HEX #D16AEA Heliotrope

📋 copy color: '#D16AEA'

red 209 ◦ green 106 ◦ blue 234

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

Shades of Heliotrope #D16AEA

Tints of Heliotrope #D16AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.31%

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 38.07%
G = 19.31%
B = 42.62%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D16AEA (or 0xD16AEA) is known color: Heliotrope. HEX triplet: D1, 6A and EA. RGB value is (209,106,234). Sum of RGB (Red+Green+Blue) = 209+106+234=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #D16AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AEA is #2E9515. Grayscale: #969696. Windows color (decimal): -3052822 or 15362769. OLE color: 15362769.

HSL color Cylindrical-coordinate representation of color #D16AEA: hue angle of 288.28º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D16AEA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 106 234 -
CMYK 0.11 0.55 0 0.08
HSL 288.28º 0.75% 0.67% -
HSV(B) 288.28º 0.55% 0.92% -
XYZ 46.3 29.8 81.15 -
YUV 151.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 209 106 234 0.11 0.55 0 0.08 288.28 0.75 0.67
Hex D1 6A EA B 37 0 8 120 4B 43
Octal 321 152 352 13 67 0 10 440 113 103
Binary 11010001 1101010 11101010 1011 110111 0 1000 100100000 1001011 1000011

Color Harmonies of #D16AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16AEA

Black with #D16AEA

Text Example


Text Example

White with #D16AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16AEA; }

 p { color: rgb(209,106,234); }

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

background-color css

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

 a { background-color: rgb(209,106,234); }

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

border-color css

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

 span { border-color: rgb(209,106,234); }

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