Html Css Color HEX #D694DC Plum

📋 copy color: '#D694DC'

red 214 ◦ green 148 ◦ blue 220

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

Shades of Plum #D694DC

Tints of Plum #D694DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.43%

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

R = 36.77%
G = 25.43%
B = 37.8%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D694DC (or 0xD694DC) is known color: Plum. HEX triplet: D6, 94 and DC. RGB value is (214,148,220). Sum of RGB (Red+Green+Blue) = 214+148+220=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #D694DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694DC is #296B23. Grayscale: #AFAFAF. Windows color (decimal): -2714404 or 14456022. OLE color: 14456022.

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

Color convert

RGB 214 148 220 -
CMYK 0.03 0.33 0 0.14
HSL 295º 0.51% 0.72% -
HSV(B) 295º 0.33% 0.86% -
XYZ 51.24 40.64 72.85 -
YUV 175.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 214 148 220 0.03 0.33 0 0.14 295 0.51 0.72
Hex D6 94 DC 3 21 0 E 127 33 48
Octal 326 224 334 3 41 0 16 447 63 110
Binary 11010110 10010100 11011100 11 100001 0 1110 100100111 110011 1001000

Color Harmonies of #D694DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694DC

Black with #D694DC

Text Example


Text Example

White with #D694DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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