Html Css Color HEX #D69BDA Plum

📋 copy color: '#D69BDA'

red 214 ◦ green 155 ◦ blue 218

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

Shades of Plum #D69BDA

Tints of Plum #D69BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.41%

 BLUE value IS 218 (85.55% from 255) = 37.14%

R = 36.46%
G = 26.41%
B = 37.14%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D69BDA (or 0xD69BDA) is known color: Plum. HEX triplet: D6, 9B and DA. RGB value is (214,155,218). Sum of RGB (Red+Green+Blue) = 214+155+218=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D69BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BDA is #296425. Grayscale: #B3B3B3. Windows color (decimal): -2712614 or 14326742. OLE color: 14326742.

HSL color Cylindrical-coordinate representation of color #D69BDA: hue angle of 296.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69BDA is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 155 218 -
CMYK 0.02 0.29 0 0.15
HSL 296.19º 0.46% 0.73% -
HSV(B) 296.19º 0.29% 0.85% -
XYZ 52.11 42.8 71.84 -
YUV 179.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 214 155 218 0.02 0.29 0 0.15 296.19 0.46 0.73
Hex D6 9B DA 2 1D 0 F 128 2E 49
Octal 326 233 332 2 35 0 17 450 56 111
Binary 11010110 10011011 11011010 10 11101 0 1111 100101000 101110 1001001

Color Harmonies of #D69BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BDA

Black with #D69BDA

Text Example


Text Example

White with #D69BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BDA; }

 p { color: rgb(214,155,218); }

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

background-color css

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

 a { background-color: rgb(214,155,218); }

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

border-color css

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

 span { border-color: rgb(214,155,218); }

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