Html Css Color HEX #D644FA Heliotrope

📋 copy color: '#D644FA'

red 214 ◦ green 68 ◦ blue 250

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

Shades of Heliotrope #D644FA

Tints of Heliotrope #D644FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.78%

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

R = 40.23%
G = 12.78%
B = 46.99%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D644FA (or 0xD644FA) is known color: Heliotrope. HEX triplet: D6, 44 and FA. RGB value is (214,68,250). Sum of RGB (Red+Green+Blue) = 214+68+250=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 68 (26.95% from 255 or 12.78% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #D644FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D644FA is #29BB05. Grayscale: #838383. Windows color (decimal): -2734854 or 16401622. OLE color: 16401622.

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

Color convert

RGB 214 68 250 -
CMYK 0.14 0.73 0 0.02
HSL 288.13º 0.95% 0.62% -
HSV(B) 288.13º 0.73% 0.98% -
XYZ 47.05 25.33 92.85 -
YUV 132.4 194.37 186.2 -
System Red Green Blue C M Y K H S L
Decimal 214 68 250 0.14 0.73 0 0.02 288.13 0.95 0.62
Hex D6 44 FA E 49 0 2 120 5F 3E
Octal 326 104 372 16 111 0 2 440 137 76
Binary 11010110 1000100 11111010 1110 1001001 0 10 100100000 1011111 111110

Color Harmonies of #D644FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D644FA

Black with #D644FA

Text Example


Text Example

White with #D644FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D644FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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