Html Css Color HEX #D69DDC Plum

📋 copy color: '#D69DDC'

red 214 ◦ green 157 ◦ blue 220

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

Shades of Plum #D69DDC

Tints of Plum #D69DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 36.21%
G = 26.57%
B = 37.23%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D69DDC (or 0xD69DDC) is known color: Plum. HEX triplet: D6, 9D and DC. RGB value is (214,157,220). Sum of RGB (Red+Green+Blue) = 214+157+220=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #D69DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DDC is #296223. Grayscale: #B5B5B5. Windows color (decimal): -2712100 or 14458326. OLE color: 14458326.

HSL color Cylindrical-coordinate representation of color #D69DDC: hue angle of 294.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69DDC is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 157 220 -
CMYK 0.03 0.29 0 0.14
HSL 294.29º 0.47% 0.74% -
HSV(B) 294.29º 0.29% 0.86% -
XYZ 52.71 43.58 73.34 -
YUV 181.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 214 157 220 0.03 0.29 0 0.14 294.29 0.47 0.74
Hex D6 9D DC 3 1D 0 E 126 2F 4A
Octal 326 235 334 3 35 0 16 446 57 112
Binary 11010110 10011101 11011100 11 11101 0 1110 100100110 101111 1001010

Color Harmonies of #D69DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DDC

Black with #D69DDC

Text Example


Text Example

White with #D69DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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