Html Css Color HEX #D149FA Heliotrope

📋 copy color: '#D149FA'

red 209 ◦ green 73 ◦ blue 250

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

Shades of Heliotrope #D149FA

Tints of Heliotrope #D149FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.72%

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 39.29%
G = 13.72%
B = 46.99%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D149FA (or 0xD149FA) is known color: Heliotrope. HEX triplet: D1, 49 and FA. RGB value is (209,73,250). Sum of RGB (Red+Green+Blue) = 209+73+250=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 73 (28.91% from 255 or 13.72% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #D149FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149FA is #2EB605. Grayscale: #858585. Windows color (decimal): -3061254 or 16402897. OLE color: 16402897.

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

Color convert

RGB 209 73 250 -
CMYK 0.16 0.71 0 0.02
HSL 286.1º 0.95% 0.63% -
HSV(B) 286.1º 0.71% 0.98% -
XYZ 45.93 25.22 92.89 -
YUV 133.84 193.56 181.61 -
System Red Green Blue C M Y K H S L
Decimal 209 73 250 0.16 0.71 0 0.02 286.1 0.95 0.63
Hex D1 49 FA 10 47 0 2 11E 5F 3F
Octal 321 111 372 20 107 0 2 436 137 77
Binary 11010001 1001001 11111010 10000 1000111 0 10 100011110 1011111 111111

Color Harmonies of #D149FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149FA

Black with #D149FA

Text Example


Text Example

White with #D149FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149FA; }

 p { color: rgb(209,73,250); }

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

background-color css

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

 a { background-color: rgb(209,73,250); }

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

border-color css

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

 span { border-color: rgb(209,73,250); }

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