Html Css Color HEX #D949FD Heliotrope

📋 copy color: '#D949FD'

red 217 ◦ green 73 ◦ blue 253

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

Shades of Heliotrope #D949FD

Tints of Heliotrope #D949FD

RGB

 RED value IS 217 (85.16% from 255) = 39.96%

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

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

R = 39.96%
G = 13.44%
B = 46.59%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D949FD (or 0xD949FD) is known color: Heliotrope. HEX triplet: D9, 49 and FD. RGB value is (217,73,253). Sum of RGB (Red+Green+Blue) = 217+73+253=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 73 (28.91% from 255 or 13.44% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #D949FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D949FD is #26B602. Grayscale: #888888. Windows color (decimal): -2536963 or 16599513. OLE color: 16599513.

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

Color convert

RGB 217 73 253 -
CMYK 0.14 0.71 0 0.01
HSL 288º 0.98% 0.64% -
HSV(B) 288º 0.71% 0.99% -
XYZ 48.73 26.61 95.5 -
YUV 136.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 217 73 253 0.14 0.71 0 0.01 288 0.98 0.64
Hex D9 49 FD E 47 0 1 120 62 40
Octal 331 111 375 16 107 0 1 440 142 100
Binary 11011001 1001001 11111101 1110 1000111 0 1 100100000 1100010 1000000

Color Harmonies of #D949FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949FD

Black with #D949FD

Text Example


Text Example

White with #D949FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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