Html Css Color HEX #D695DD Plum

📋 copy color: '#D695DD'

red 214 ◦ green 149 ◦ blue 221

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

Shades of Plum #D695DD

Tints of Plum #D695DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.51%

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 36.64%
G = 25.51%
B = 37.84%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D695DD (or 0xD695DD) is known color: Plum. HEX triplet: D6, 95 and DD. RGB value is (214,149,221). Sum of RGB (Red+Green+Blue) = 214+149+221=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D695DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695DD is #296A22. Grayscale: #B0B0B0. Windows color (decimal): -2714147 or 14521814. OLE color: 14521814.

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

Color convert

RGB 214 149 221 -
CMYK 0.03 0.33 0 0.13
HSL 294.17º 0.51% 0.73% -
HSV(B) 294.17º 0.33% 0.87% -
XYZ 51.53 41.01 73.61 -
YUV 176.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 214 149 221 0.03 0.33 0 0.13 294.17 0.51 0.73
Hex D6 95 DD 3 21 0 D 126 33 49
Octal 326 225 335 3 41 0 15 446 63 111
Binary 11010110 10010101 11011101 11 100001 0 1101 100100110 110011 1001001

Color Harmonies of #D695DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695DD

Black with #D695DD

Text Example


Text Example

White with #D695DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695DD; }

 p { color: rgb(214,149,221); }

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

background-color css

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

 a { background-color: rgb(214,149,221); }

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

border-color css

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

 span { border-color: rgb(214,149,221); }

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