Html Css Color HEX #D695E2 Plum

📋 copy color: '#D695E2'

red 214 ◦ green 149 ◦ blue 226

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

Shades of Plum #D695E2

Tints of Plum #D695E2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.3%

 BLUE value IS 226 (88.67% from 255) = 38.37%

R = 36.33%
G = 25.3%
B = 38.37%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D695E2 (or 0xD695E2) is known color: Plum. HEX triplet: D6, 95 and E2. RGB value is (214,149,226). Sum of RGB (Red+Green+Blue) = 214+149+226=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #D695E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695E2 is #296A1D. Grayscale: #B0B0B0. Windows color (decimal): -2714142 or 14849494. OLE color: 14849494.

HSL color Cylindrical-coordinate representation of color #D695E2: hue angle of 290.65º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D695E2 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 149 226 -
CMYK 0.05 0.34 0 0.11
HSL 290.65º 0.57% 0.74% -
HSV(B) 290.65º 0.34% 0.89% -
XYZ 52.21 41.28 77.17 -
YUV 177.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 214 149 226 0.05 0.34 0 0.11 290.65 0.57 0.74
Hex D6 95 E2 5 22 0 B 123 39 4A
Octal 326 225 342 5 42 0 13 443 71 112
Binary 11010110 10010101 11100010 101 100010 0 1011 100100011 111001 1001010

Color Harmonies of #D695E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695E2

Black with #D695E2

Text Example


Text Example

White with #D695E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695E2; }

 p { color: rgb(214,149,226); }

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

background-color css

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

 a { background-color: rgb(214,149,226); }

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

border-color css

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

 span { border-color: rgb(214,149,226); }

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