Html Css Color HEX #D69BDD Plum

📋 copy color: '#D69BDD'

red 214 ◦ green 155 ◦ blue 221

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

Shades of Plum #D69BDD

Tints of Plum #D69BDD

RGB

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

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

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

R = 36.27%
G = 26.27%
B = 37.46%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D69BDD (or 0xD69BDD) is known color: Plum. HEX triplet: D6, 9B and DD. RGB value is (214,155,221). Sum of RGB (Red+Green+Blue) = 214+155+221=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #D69BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BDD is #296422. Grayscale: #B3B3B3. Windows color (decimal): -2712611 or 14523350. OLE color: 14523350.

HSL color Cylindrical-coordinate representation of color #D69BDD: hue angle of 293.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69BDD is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 155 221 -
CMYK 0.03 0.30 0 0.13
HSL 293.64º 0.49% 0.74% -
HSV(B) 293.64º 0.3% 0.87% -
XYZ 52.5 42.96 73.93 -
YUV 180.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 214 155 221 0.03 0.30 0 0.13 293.64 0.49 0.74
Hex D6 9B DD 3 1E 0 D 126 31 4A
Octal 326 233 335 3 36 0 15 446 61 112
Binary 11010110 10011011 11011101 11 11110 0 1101 100100110 110001 1001010

Color Harmonies of #D69BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BDD

Black with #D69BDD

Text Example


Text Example

White with #D69BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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