Html Css Color HEX #D16BEA Heliotrope

📋 copy color: '#D16BEA'

red 209 ◦ green 107 ◦ blue 234

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

Shades of Heliotrope #D16BEA

Tints of Heliotrope #D16BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.45%

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

R = 38%
G = 19.45%
B = 42.55%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D16BEA (or 0xD16BEA) is known color: Heliotrope. HEX triplet: D1, 6B and EA. RGB value is (209,107,234). Sum of RGB (Red+Green+Blue) = 209+107+234=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #D16BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16BEA is #2E9415. Grayscale: #979797. Windows color (decimal): -3052566 or 15363025. OLE color: 15363025.

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

Color convert

RGB 209 107 234 -
CMYK 0.11 0.54 0 0.08
HSL 288.19º 0.75% 0.67% -
HSV(B) 288.19º 0.54% 0.92% -
XYZ 46.4 30.01 81.19 -
YUV 151.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 209 107 234 0.11 0.54 0 0.08 288.19 0.75 0.67
Hex D1 6B EA B 36 0 8 120 4B 43
Octal 321 153 352 13 66 0 10 440 113 103
Binary 11010001 1101011 11101010 1011 110110 0 1000 100100000 1001011 1000011

Color Harmonies of #D16BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BEA

Black with #D16BEA

Text Example


Text Example

White with #D16BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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