Html Css Color HEX #D69ECF Plum

📋 copy color: '#D69ECF'

red 214 ◦ green 158 ◦ blue 207

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

Shades of Plum #D69ECF

Tints of Plum #D69ECF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.29%

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 36.96%
G = 27.29%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D69ECF (or 0xD69ECF) is known color: Plum. HEX triplet: D6, 9E and CF. RGB value is (214,158,207). Sum of RGB (Red+Green+Blue) = 214+158+207=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ECF is #296130. Grayscale: #B4B4B4. Windows color (decimal): -2711857 or 13606614. OLE color: 13606614.

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

Color convert

RGB 214 158 207 -
CMYK 0 0.26 0.03 0.16
HSL 307.5º 0.41% 0.73% -
HSV(B) 307.5º 0.26% 0.84% -
XYZ 51.22 43.25 64.68 -
YUV 180.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 214 158 207 0 0.26 0.03 0.16 307.5 0.41 0.73
Hex D6 9E CF 0 1A 3 10 134 29 49
Octal 326 236 317 0 32 3 20 464 51 111
Binary 11010110 10011110 11001111 0 11010 11 10000 100110100 101001 1001001

Color Harmonies of #D69ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69ECF

Black with #D69ECF

Text Example


Text Example

White with #D69ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69ECF; }

 p { color: rgb(214,158,207); }

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

background-color css

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

 a { background-color: rgb(214,158,207); }

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

border-color css

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

 span { border-color: rgb(214,158,207); }

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