Html Css Color HEX #D648FE Heliotrope

📋 copy color: '#D648FE'

red 214 ◦ green 72 ◦ blue 254

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

Shades of Heliotrope #D648FE

Tints of Heliotrope #D648FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.33%

 BLUE value IS 254 (99.61% from 255) = 47.04%

R = 39.63%
G = 13.33%
B = 47.04%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D648FE (or 0xD648FE) is known color: Heliotrope. HEX triplet: D6, 48 and FE. RGB value is (214,72,254). Sum of RGB (Red+Green+Blue) = 214+72+254=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 72 (28.52% from 255 or 13.33% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #D648FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D648FE is #29B701. Grayscale: #868686. Windows color (decimal): -2733826 or 16664790. OLE color: 16664790.

HSL color Cylindrical-coordinate representation of color #D648FE: hue angle of 286.81º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D648FE is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 72 254 -
CMYK 0.16 0.72 0 0.00
HSL 286.81º 0.99% 0.64% -
HSV(B) 286.81º 0.72% 1% -
XYZ 47.94 26.09 96.27 -
YUV 135.21 195.04 184.2 -
System Red Green Blue C M Y K H S L
Decimal 214 72 254 0.16 0.72 0 0.00 286.81 0.99 0.64
Hex D6 48 FE 10 48 0 0 11F 63 40
Octal 326 110 376 20 110 0 0 437 143 100
Binary 11010110 1001000 11111110 10000 1001000 0 0 100011111 1100011 1000000

Color Harmonies of #D648FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648FE

Black with #D648FE

Text Example


Text Example

White with #D648FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648FE; }

 p { color: rgb(214,72,254); }

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

background-color css

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

 a { background-color: rgb(214,72,254); }

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

border-color css

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

 span { border-color: rgb(214,72,254); }

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