Html Css Color HEX #D684E6 Violet

📋 copy color: '#D684E6'

red 214 ◦ green 132 ◦ blue 230

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

Shades of Violet #D684E6

Tints of Violet #D684E6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.92%

 BLUE value IS 230 (90.23% from 255) = 39.93%

R = 37.15%
G = 22.92%
B = 39.93%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D684E6 (or 0xD684E6) is known color: Violet. HEX triplet: D6, 84 and E6. RGB value is (214,132,230). Sum of RGB (Red+Green+Blue) = 214+132+230=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #D684E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D684E6 is #297B19. Grayscale: #A7A7A7. Windows color (decimal): -2718490 or 15107286. OLE color: 15107286.

HSL color Cylindrical-coordinate representation of color #D684E6: hue angle of 290.2º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D684E6 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 132 230 -
CMYK 0.07 0.43 0 0.10
HSL 290.2º 0.66% 0.71% -
HSV(B) 290.2º 0.43% 0.9% -
XYZ 50.27 36.51 79.26 -
YUV 167.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 214 132 230 0.07 0.43 0 0.10 290.2 0.66 0.71
Hex D6 84 E6 7 2B 0 A 122 42 47
Octal 326 204 346 7 53 0 12 442 102 107
Binary 11010110 10000100 11100110 111 101011 0 1010 100100010 1000010 1000111

Color Harmonies of #D684E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684E6

Black with #D684E6

Text Example


Text Example

White with #D684E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684E6; }

 p { color: rgb(214,132,230); }

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

background-color css

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

 a { background-color: rgb(214,132,230); }

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

border-color css

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

 span { border-color: rgb(214,132,230); }

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