Html Css Color HEX #D161FB Heliotrope

📋 copy color: '#D161FB'

red 209 ◦ green 97 ◦ blue 251

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

Shades of Heliotrope #D161FB

Tints of Heliotrope #D161FB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.41%

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 37.52%
G = 17.41%
B = 45.06%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D161FB (or 0xD161FB) is known color: Heliotrope. HEX triplet: D1, 61 and FB. RGB value is (209,97,251). Sum of RGB (Red+Green+Blue) = 209+97+251=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #D161FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D161FB is #2E9E04. Grayscale: #939393. Windows color (decimal): -3055109 or 16474577. OLE color: 16474577.

HSL color Cylindrical-coordinate representation of color #D161FB: hue angle of 283.64º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D161FB is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 97 251 -
CMYK 0.17 0.61 0 0.02
HSL 283.64º 0.95% 0.68% -
HSV(B) 283.64º 0.61% 0.98% -
XYZ 47.98 29.07 94.35 -
YUV 148.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 209 97 251 0.17 0.61 0 0.02 283.64 0.95 0.68
Hex D1 61 FB 11 3D 0 2 11C 5F 44
Octal 321 141 373 21 75 0 2 434 137 104
Binary 11010001 1100001 11111011 10001 111101 0 10 100011100 1011111 1000100

Color Harmonies of #D161FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161FB

Black with #D161FB

Text Example


Text Example

White with #D161FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161FB; }

 p { color: rgb(209,97,251); }

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

background-color css

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

 a { background-color: rgb(209,97,251); }

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

border-color css

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

 span { border-color: rgb(209,97,251); }

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