Html Css Color HEX #D649FA Heliotrope

📋 copy color: '#D649FA'

red 214 ◦ green 73 ◦ blue 250

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

Shades of Heliotrope #D649FA

Tints of Heliotrope #D649FA

RGB

 RED value IS 214 (83.98% from 255) = 39.85%

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

 BLUE value IS 250 (98.05% from 255) = 46.55%

R = 39.85%
G = 13.59%
B = 46.55%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D649FA (or 0xD649FA) is known color: Heliotrope. HEX triplet: D6, 49 and FA. RGB value is (214,73,250). Sum of RGB (Red+Green+Blue) = 214+73+250=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #D649FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D649FA is #29B605. Grayscale: #868686. Windows color (decimal): -2733574 or 16402902. OLE color: 16402902.

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

Color convert

RGB 214 73 250 -
CMYK 0.14 0.71 0 0.02
HSL 287.8º 0.95% 0.63% -
HSV(B) 287.8º 0.71% 0.98% -
XYZ 47.37 25.96 92.96 -
YUV 135.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 214 73 250 0.14 0.71 0 0.02 287.8 0.95 0.63
Hex D6 49 FA E 47 0 2 120 5F 3F
Octal 326 111 372 16 107 0 2 440 137 77
Binary 11010110 1001001 11111010 1110 1000111 0 10 100100000 1011111 111111

Color Harmonies of #D649FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649FA

Black with #D649FA

Text Example


Text Example

White with #D649FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649FA; }

 p { color: rgb(214,73,250); }

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

background-color css

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

 a { background-color: rgb(214,73,250); }

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

border-color css

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

 span { border-color: rgb(214,73,250); }

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