Html Css Color HEX #D149FD Heliotrope

📋 copy color: '#D149FD'

red 209 ◦ green 73 ◦ blue 253

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

Shades of Heliotrope #D149FD

Tints of Heliotrope #D149FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 39.07%
G = 13.64%
B = 47.29%

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

#D149FD (or 0xD149FD) is known color: Heliotrope. HEX triplet: D1, 49 and FD. RGB value is (209,73,253). Sum of RGB (Red+Green+Blue) = 209+73+253=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 73 (28.91% from 255 or 13.64% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #D149FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149FD is #2EB602. Grayscale: #858585. Windows color (decimal): -3061251 or 16599505. OLE color: 16599505.

HSL color Cylindrical-coordinate representation of color #D149FD: hue angle of 285.33º degrees, saturation: 0.98, 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 #D149FD is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 73 253 -
CMYK 0.17 0.71 0 0.01
HSL 285.33º 0.98% 0.64% -
HSV(B) 285.33º 0.71% 0.99% -
XYZ 46.41 25.41 95.39 -
YUV 134.18 195.06 181.36 -
System Red Green Blue C M Y K H S L
Decimal 209 73 253 0.17 0.71 0 0.01 285.33 0.98 0.64
Hex D1 49 FD 11 47 0 1 11D 62 40
Octal 321 111 375 21 107 0 1 435 142 100
Binary 11010001 1001001 11111101 10001 1000111 0 1 100011101 1100010 1000000

Color Harmonies of #D149FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149FD

Black with #D149FD

Text Example


Text Example

White with #D149FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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