Html Css Color HEX #D695E5 Plum

📋 copy color: '#D695E5'

red 214 ◦ green 149 ◦ blue 229

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

Shades of Plum #D695E5

Tints of Plum #D695E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 36.15%
G = 25.17%
B = 38.68%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D695E5 (or 0xD695E5) is known color: Plum. HEX triplet: D6, 95 and E5. RGB value is (214,149,229). Sum of RGB (Red+Green+Blue) = 214+149+229=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #D695E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695E5 is #296A1A. Grayscale: #B1B1B1. Windows color (decimal): -2714139 or 15046102. OLE color: 15046102.

HSL color Cylindrical-coordinate representation of color #D695E5: hue angle of 288.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D695E5 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 149 229 -
CMYK 0.07 0.35 0 0.10
HSL 288.75º 0.61% 0.74% -
HSV(B) 288.75º 0.35% 0.9% -
XYZ 52.62 41.45 79.36 -
YUV 177.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 214 149 229 0.07 0.35 0 0.10 288.75 0.61 0.74
Hex D6 95 E5 7 23 0 A 121 3D 4A
Octal 326 225 345 7 43 0 12 441 75 112
Binary 11010110 10010101 11100101 111 100011 0 1010 100100001 111101 1001010

Color Harmonies of #D695E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695E5

Black with #D695E5

Text Example


Text Example

White with #D695E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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