Html Css Color HEX #D649FC Heliotrope

📋 copy color: '#D649FC'

red 214 ◦ green 73 ◦ blue 252

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

Shades of Heliotrope #D649FC

Tints of Heliotrope #D649FC

RGB

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

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

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

R = 39.7%
G = 13.54%
B = 46.75%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D649FC (or 0xD649FC) is known color: Heliotrope. HEX triplet: D6, 49 and FC. RGB value is (214,73,252). Sum of RGB (Red+Green+Blue) = 214+73+252=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #D649FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D649FC is #29B603. Grayscale: #868686. Windows color (decimal): -2733572 or 16533974. OLE color: 16533974.

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

Color convert

RGB 214 73 252 -
CMYK 0.15 0.71 0 0.01
HSL 287.26º 0.97% 0.64% -
HSV(B) 287.26º 0.71% 0.99% -
XYZ 47.68 26.09 94.62 -
YUV 135.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 214 73 252 0.15 0.71 0 0.01 287.26 0.97 0.64
Hex D6 49 FC F 47 0 1 11F 61 40
Octal 326 111 374 17 107 0 1 437 141 100
Binary 11010110 1001001 11111100 1111 1000111 0 1 100011111 1100001 1000000

Color Harmonies of #D649FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649FC

Black with #D649FC

Text Example


Text Example

White with #D649FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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