Html Css Color HEX #D648FC Heliotrope

📋 copy color: '#D648FC'

red 214 ◦ green 72 ◦ blue 252

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

Shades of Heliotrope #D648FC

Tints of Heliotrope #D648FC

RGB

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

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

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

R = 39.78%
G = 13.38%
B = 46.84%

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

#D648FC (or 0xD648FC) is known color: Heliotrope. HEX triplet: D6, 48 and FC. RGB value is (214,72,252). Sum of RGB (Red+Green+Blue) = 214+72+252=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 72 (28.52% from 255 or 13.38% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #D648FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D648FC is #29B703. Grayscale: #868686. Windows color (decimal): -2733828 or 16533718. OLE color: 16533718.

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

Color convert

RGB 214 72 252 -
CMYK 0.15 0.71 0 0.01
HSL 287.33º 0.97% 0.64% -
HSV(B) 287.33º 0.71% 0.99% -
XYZ 47.62 25.96 94.6 -
YUV 134.98 194.04 184.36 -
System Red Green Blue C M Y K H S L
Decimal 214 72 252 0.15 0.71 0 0.01 287.33 0.97 0.64
Hex D6 48 FC F 47 0 1 11F 61 40
Octal 326 110 374 17 107 0 1 437 141 100
Binary 11010110 1001000 11111100 1111 1000111 0 1 100011111 1100001 1000000

Color Harmonies of #D648FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648FC

Black with #D648FC

Text Example


Text Example

White with #D648FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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