Html Css Color HEX #D69DD3 Plum

📋 copy color: '#D69DD3'

red 214 ◦ green 157 ◦ blue 211

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

Shades of Plum #D69DD3

Tints of Plum #D69DD3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.98%

 BLUE value IS 211 (82.81% from 255) = 36.25%

R = 36.77%
G = 26.98%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D69DD3 (or 0xD69DD3) is known color: Plum. HEX triplet: D6, 9D and D3. RGB value is (214,157,211). Sum of RGB (Red+Green+Blue) = 214+157+211=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DD3 is #29622C. Grayscale: #B4B4B4. Windows color (decimal): -2712109 or 13868502. OLE color: 13868502.

HSL color Cylindrical-coordinate representation of color #D69DD3: hue angle of 303.16º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DD3 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 211 -
CMYK 0 0.27 0.01 0.16
HSL 303.16º 0.41% 0.73% -
HSV(B) 303.16º 0.27% 0.84% -
XYZ 51.55 43.11 67.23 -
YUV 180.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 214 157 211 0 0.27 0.01 0.16 303.16 0.41 0.73
Hex D6 9D D3 0 1B 1 10 12F 29 49
Octal 326 235 323 0 33 1 20 457 51 111
Binary 11010110 10011101 11010011 0 11011 1 10000 100101111 101001 1001001

Color Harmonies of #D69DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DD3

Black with #D69DD3

Text Example


Text Example

White with #D69DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DD3; }

 p { color: rgb(214,157,211); }

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

background-color css

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

 a { background-color: rgb(214,157,211); }

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

border-color css

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

 span { border-color: rgb(214,157,211); }

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