Html Css Color HEX #D690F9 Heliotrope

📋 copy color: '#D690F9'

red 214 ◦ green 144 ◦ blue 249

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

Shades of Heliotrope #D690F9

Tints of Heliotrope #D690F9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.72%

 BLUE value IS 249 (97.66% from 255) = 41.02%

R = 35.26%
G = 23.72%
B = 41.02%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D690F9 (or 0xD690F9) is known color: Heliotrope. HEX triplet: D6, 90 and F9. RGB value is (214,144,249). Sum of RGB (Red+Green+Blue) = 214+144+249=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #D690F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690F9 is #296F06. Grayscale: #B0B0B0. Windows color (decimal): -2715399 or 16355542. OLE color: 16355542.

HSL color Cylindrical-coordinate representation of color #D690F9: hue angle of 280º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D690F9 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 144 249 -
CMYK 0.14 0.42 0 0.02
HSL 280º 0.9% 0.77% -
HSV(B) 280º 0.42% 0.98% -
XYZ 54.8 41.08 94.66 -
YUV 176.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 214 144 249 0.14 0.42 0 0.02 280 0.9 0.77
Hex D6 90 F9 E 2A 0 2 118 5A 4D
Octal 326 220 371 16 52 0 2 430 132 115
Binary 11010110 10010000 11111001 1110 101010 0 10 100011000 1011010 1001101

Color Harmonies of #D690F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690F9

Black with #D690F9

Text Example


Text Example

White with #D690F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690F9; }

 p { color: rgb(214,144,249); }

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

background-color css

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

 a { background-color: rgb(214,144,249); }

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

border-color css

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

 span { border-color: rgb(214,144,249); }

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