Html Css Color HEX #D649FD Heliotrope

📋 copy color: '#D649FD'

red 214 ◦ green 73 ◦ blue 253

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

Shades of Heliotrope #D649FD

Tints of Heliotrope #D649FD

RGB

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

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

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

R = 39.63%
G = 13.52%
B = 46.85%

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

#D649FD (or 0xD649FD) is known color: Heliotrope. HEX triplet: D6, 49 and FD. RGB value is (214,73,253). Sum of RGB (Red+Green+Blue) = 214+73+253=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 73 (28.91% from 255 or 13.52% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #D649FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D649FD is #29B602. Grayscale: #878787. Windows color (decimal): -2733571 or 16599510. OLE color: 16599510.

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

Color convert

RGB 214 73 253 -
CMYK 0.15 0.71 0 0.01
HSL 287º 0.98% 0.64% -
HSV(B) 287º 0.71% 0.99% -
XYZ 47.84 26.15 95.45 -
YUV 135.68 194.21 183.86 -
System Red Green Blue C M Y K H S L
Decimal 214 73 253 0.15 0.71 0 0.01 287 0.98 0.64
Hex D6 49 FD F 47 0 1 11F 62 40
Octal 326 111 375 17 107 0 1 437 142 100
Binary 11010110 1001001 11111101 1111 1000111 0 1 100011111 1100010 1000000

Color Harmonies of #D649FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649FD

Black with #D649FD

Text Example


Text Example

White with #D649FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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