Html Css Color HEX #D694DD Plum

📋 copy color: '#D694DD'

red 214 ◦ green 148 ◦ blue 221

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

Shades of Plum #D694DD

Tints of Plum #D694DD

RGB

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

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

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

R = 36.71%
G = 25.39%
B = 37.91%

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

#D694DD (or 0xD694DD) is known color: Plum. HEX triplet: D6, 94 and DD. RGB value is (214,148,221). Sum of RGB (Red+Green+Blue) = 214+148+221=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D694DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694DD is #296B22. Grayscale: #AFAFAF. Windows color (decimal): -2714403 or 14521558. OLE color: 14521558.

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

Color convert

RGB 214 148 221 -
CMYK 0.03 0.33 0 0.13
HSL 294.25º 0.52% 0.72% -
HSV(B) 294.25º 0.33% 0.87% -
XYZ 51.37 40.7 73.55 -
YUV 176.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 214 148 221 0.03 0.33 0 0.13 294.25 0.52 0.72
Hex D6 94 DD 3 21 0 D 126 34 48
Octal 326 224 335 3 41 0 15 446 64 110
Binary 11010110 10010100 11011101 11 100001 0 1101 100100110 110100 1001000

Color Harmonies of #D694DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694DD

Black with #D694DD

Text Example


Text Example

White with #D694DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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