Html Css Color HEX #D149FC Heliotrope

📋 copy color: '#D149FC'

red 209 ◦ green 73 ◦ blue 252

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

Shades of Heliotrope #D149FC

Tints of Heliotrope #D149FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 39.14%
G = 13.67%
B = 47.19%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D149FC (or 0xD149FC) is known color: Heliotrope. HEX triplet: D1, 49 and FC. RGB value is (209,73,252). Sum of RGB (Red+Green+Blue) = 209+73+252=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #D149FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149FC is #2EB603. Grayscale: #858585. Windows color (decimal): -3061252 or 16533969. OLE color: 16533969.

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

Color convert

RGB 209 73 252 -
CMYK 0.17 0.71 0 0.01
HSL 285.59º 0.97% 0.64% -
HSV(B) 285.59º 0.71% 0.99% -
XYZ 46.25 25.35 94.55 -
YUV 134.07 194.56 181.45 -
System Red Green Blue C M Y K H S L
Decimal 209 73 252 0.17 0.71 0 0.01 285.59 0.97 0.64
Hex D1 49 FC 11 47 0 1 11E 61 40
Octal 321 111 374 21 107 0 1 436 141 100
Binary 11010001 1001001 11111100 10001 1000111 0 1 100011110 1100001 1000000

Color Harmonies of #D149FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149FC

Black with #D149FC

Text Example


Text Example

White with #D149FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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