Html Css Color HEX #D149FF Heliotrope

📋 copy color: '#D149FF'

red 209 ◦ green 73 ◦ blue 255

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

Shades of Heliotrope #D149FF

Tints of Heliotrope #D149FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.49%

R = 38.92%
G = 13.59%
B = 47.49%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D149FF (or 0xD149FF) is known color: Heliotrope. HEX triplet: D1, 49 and FF. RGB value is (209,73,255). Sum of RGB (Red+Green+Blue) = 209+73+255=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #D149FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149FF is #2EB600. Grayscale: #858585. Windows color (decimal): -3061249 or 16730577. OLE color: 16730577.

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

Color convert

RGB 209 73 255 -
CMYK 0.18 0.71 0 0
HSL 284.84º 1% 0.64% -
HSV(B) 284.84º 0.71% 1% -
XYZ 46.73 25.54 97.07 -
YUV 134.41 196.06 181.2 -
System Red Green Blue C M Y K H S L
Decimal 209 73 255 0.18 0.71 0 0 284.84 1 0.64
Hex D1 49 FF 12 47 0 0 11D 64 40
Octal 321 111 377 22 107 0 0 435 144 100
Binary 11010001 1001001 11111111 10010 1000111 0 0 100011101 1100100 1000000

Color Harmonies of #D149FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149FF

Black with #D149FF

Text Example


Text Example

White with #D149FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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