Html Css Color HEX #D668F8 Heliotrope

📋 copy color: '#D668F8'

red 214 ◦ green 104 ◦ blue 248

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

Shades of Heliotrope #D668F8

Tints of Heliotrope #D668F8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.37%

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

R = 37.81%
G = 18.37%
B = 43.82%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D668F8 (or 0xD668F8) is known color: Heliotrope. HEX triplet: D6, 68 and F8. RGB value is (214,104,248). Sum of RGB (Red+Green+Blue) = 214+104+248=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #D668F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D668F8 is #299707. Grayscale: #989898. Windows color (decimal): -2725640 or 16279766. OLE color: 16279766.

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

Color convert

RGB 214 104 248 -
CMYK 0.14 0.58 0 0.03
HSL 285.83º 0.91% 0.69% -
HSV(B) 285.83º 0.58% 0.97% -
XYZ 49.63 30.97 92.17 -
YUV 153.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 214 104 248 0.14 0.58 0 0.03 285.83 0.91 0.69
Hex D6 68 F8 E 3A 0 3 11E 5B 45
Octal 326 150 370 16 72 0 3 436 133 105
Binary 11010110 1101000 11111000 1110 111010 0 11 100011110 1011011 1000101

Color Harmonies of #D668F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668F8

Black with #D668F8

Text Example


Text Example

White with #D668F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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