Html Css Color HEX #D692DC Plum

📋 copy color: '#D692DC'

red 214 ◦ green 146 ◦ blue 220

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

Shades of Plum #D692DC

Tints of Plum #D692DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.17%

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 36.9%
G = 25.17%
B = 37.93%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D692DC (or 0xD692DC) is known color: Plum. HEX triplet: D6, 92 and DC. RGB value is (214,146,220). Sum of RGB (Red+Green+Blue) = 214+146+220=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #D692DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692DC is #296D23. Grayscale: #AEAEAE. Windows color (decimal): -2714916 or 14455510. OLE color: 14455510.

HSL color Cylindrical-coordinate representation of color #D692DC: hue angle of 295.14º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D692DC is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 146 220 -
CMYK 0.03 0.34 0 0.14
HSL 295.14º 0.51% 0.72% -
HSV(B) 295.14º 0.34% 0.86% -
XYZ 50.93 40.02 72.75 -
YUV 174.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 214 146 220 0.03 0.34 0 0.14 295.14 0.51 0.72
Hex D6 92 DC 3 22 0 E 127 33 48
Octal 326 222 334 3 42 0 16 447 63 110
Binary 11010110 10010010 11011100 11 100010 0 1110 100100111 110011 1001000

Color Harmonies of #D692DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692DC

Black with #D692DC

Text Example


Text Example

White with #D692DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692DC; }

 p { color: rgb(214,146,220); }

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

background-color css

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

 a { background-color: rgb(214,146,220); }

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

border-color css

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

 span { border-color: rgb(214,146,220); }

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