Html Css Color HEX #D648F8 Heliotrope

📋 copy color: '#D648F8'

red 214 ◦ green 72 ◦ blue 248

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

Shades of Heliotrope #D648F8

Tints of Heliotrope #D648F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.44%

R = 40.07%
G = 13.48%
B = 46.44%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D648F8 (or 0xD648F8) is known color: Heliotrope. HEX triplet: D6, 48 and F8. RGB value is (214,72,248). Sum of RGB (Red+Green+Blue) = 214+72+248=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 72 (28.52% from 255 or 13.48% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #D648F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D648F8 is #29B707. Grayscale: #858585. Windows color (decimal): -2733832 or 16271574. OLE color: 16271574.

HSL color Cylindrical-coordinate representation of color #D648F8: hue angle of 288.41º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D648F8 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 72 248 -
CMYK 0.14 0.71 0 0.03
HSL 288.41º 0.93% 0.63% -
HSV(B) 288.41º 0.71% 0.97% -
XYZ 46.99 25.71 91.29 -
YUV 134.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 214 72 248 0.14 0.71 0 0.03 288.41 0.93 0.63
Hex D6 48 F8 E 47 0 3 120 5D 3F
Octal 326 110 370 16 107 0 3 440 135 77
Binary 11010110 1001000 11111000 1110 1000111 0 11 100100000 1011101 111111

Color Harmonies of #D648F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648F8

Black with #D648F8

Text Example


Text Example

White with #D648F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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