Html Css Color HEX #D149FB Heliotrope

📋 copy color: '#D149FB'

red 209 ◦ green 73 ◦ blue 251

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

Shades of Heliotrope #D149FB

Tints of Heliotrope #D149FB

RGB

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

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

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

R = 39.21%
G = 13.7%
B = 47.09%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D149FB (or 0xD149FB) is known color: Heliotrope. HEX triplet: D1, 49 and FB. RGB value is (209,73,251). Sum of RGB (Red+Green+Blue) = 209+73+251=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #D149FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149FB is #2EB604. Grayscale: #858585. Windows color (decimal): -3061253 or 16468433. OLE color: 16468433.

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

Color convert

RGB 209 73 251 -
CMYK 0.17 0.71 0 0.02
HSL 285.84º 0.96% 0.64% -
HSV(B) 285.84º 0.71% 0.98% -
XYZ 46.09 25.29 93.72 -
YUV 133.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 209 73 251 0.17 0.71 0 0.02 285.84 0.96 0.64
Hex D1 49 FB 11 47 0 2 11E 60 40
Octal 321 111 373 21 107 0 2 436 140 100
Binary 11010001 1001001 11111011 10001 1000111 0 10 100011110 1100000 1000000

Color Harmonies of #D149FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149FB

Black with #D149FB

Text Example


Text Example

White with #D149FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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