Html Css Color HEX #D149FE Heliotrope

📋 copy color: '#D149FE'

red 209 ◦ green 73 ◦ blue 254

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

Shades of Heliotrope #D149FE

Tints of Heliotrope #D149FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 38.99%
G = 13.62%
B = 47.39%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D149FE (or 0xD149FE) is known color: Heliotrope. HEX triplet: D1, 49 and FE. RGB value is (209,73,254). Sum of RGB (Red+Green+Blue) = 209+73+254=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #D149FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149FE is #2EB601. Grayscale: #858585. Windows color (decimal): -3061250 or 16665041. OLE color: 16665041.

HSL color Cylindrical-coordinate representation of color #D149FE: hue angle of 285.08º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D149FE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 73 254 -
CMYK 0.18 0.71 0 0.00
HSL 285.08º 0.99% 0.64% -
HSV(B) 285.08º 0.71% 1% -
XYZ 46.57 25.48 96.23 -
YUV 134.3 195.56 181.28 -
System Red Green Blue C M Y K H S L
Decimal 209 73 254 0.18 0.71 0 0.00 285.08 0.99 0.64
Hex D1 49 FE 12 47 0 0 11D 63 40
Octal 321 111 376 22 107 0 0 435 143 100
Binary 11010001 1001001 11111110 10010 1000111 0 0 100011101 1100011 1000000

Color Harmonies of #D149FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149FE

Black with #D149FE

Text Example


Text Example

White with #D149FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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