Html Css Color HEX #D69EE1 Plum

📋 copy color: '#D69EE1'

red 214 ◦ green 158 ◦ blue 225

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

Shades of Plum #D69EE1

Tints of Plum #D69EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.69%

R = 35.85%
G = 26.47%
B = 37.69%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D69EE1 (or 0xD69EE1) is known color: Plum. HEX triplet: D6, 9E and E1. RGB value is (214,158,225). Sum of RGB (Red+Green+Blue) = 214+158+225=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #D69EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EE1 is #29611E. Grayscale: #B6B6B6. Windows color (decimal): -2711839 or 14786262. OLE color: 14786262.

HSL color Cylindrical-coordinate representation of color #D69EE1: hue angle of 290.15º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69EE1 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 158 225 -
CMYK 0.05 0.30 0 0.12
HSL 290.15º 0.53% 0.75% -
HSV(B) 290.15º 0.3% 0.88% -
XYZ 53.55 44.19 76.94 -
YUV 182.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 214 158 225 0.05 0.30 0 0.12 290.15 0.53 0.75
Hex D6 9E E1 5 1E 0 C 122 35 4B
Octal 326 236 341 5 36 0 14 442 65 113
Binary 11010110 10011110 11100001 101 11110 0 1100 100100010 110101 1001011

Color Harmonies of #D69EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EE1

Black with #D69EE1

Text Example


Text Example

White with #D69EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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