Html Css Color HEX #D691DD Plum

📋 copy color: '#D691DD'

red 214 ◦ green 145 ◦ blue 221

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

Shades of Plum #D691DD

Tints of Plum #D691DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25%

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

R = 36.9%
G = 25%
B = 38.1%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D691DD (or 0xD691DD) is known color: Plum. HEX triplet: D6, 91 and DD. RGB value is (214,145,221). Sum of RGB (Red+Green+Blue) = 214+145+221=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D691DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691DD is #296E22. Grayscale: #AEAEAE. Windows color (decimal): -2715171 or 14520790. OLE color: 14520790.

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

Color convert

RGB 214 145 221 -
CMYK 0.03 0.34 0 0.13
HSL 294.47º 0.53% 0.72% -
HSV(B) 294.47º 0.34% 0.87% -
XYZ 50.91 39.77 73.4 -
YUV 174.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 214 145 221 0.03 0.34 0 0.13 294.47 0.53 0.72
Hex D6 91 DD 3 22 0 D 126 35 48
Octal 326 221 335 3 42 0 15 446 65 110
Binary 11010110 10010001 11011101 11 100010 0 1101 100100110 110101 1001000

Color Harmonies of #D691DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691DD

Black with #D691DD

Text Example


Text Example

White with #D691DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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