Html Css Color HEX #D695D4 Plum

📋 copy color: '#D695D4'

red 214 ◦ green 149 ◦ blue 212

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

Shades of Plum #D695D4

Tints of Plum #D695D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.87%

R = 37.22%
G = 25.91%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D695D4 (or 0xD695D4) is known color: Plum. HEX triplet: D6, 95 and D4. RGB value is (214,149,212). Sum of RGB (Red+Green+Blue) = 214+149+212=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D695D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695D4 is #296A2B. Grayscale: #AFAFAF. Windows color (decimal): -2714156 or 13931990. OLE color: 13931990.

HSL color Cylindrical-coordinate representation of color #D695D4: hue angle of 301.85º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695D4 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 212 -
CMYK 0 0.30 0.01 0.16
HSL 301.85º 0.44% 0.71% -
HSV(B) 301.85º 0.3% 0.84% -
XYZ 50.36 40.54 67.46 -
YUV 175.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 214 149 212 0 0.30 0.01 0.16 301.85 0.44 0.71
Hex D6 95 D4 0 1E 1 10 12E 2C 47
Octal 326 225 324 0 36 1 20 456 54 107
Binary 11010110 10010101 11010100 0 11110 1 10000 100101110 101100 1000111

Color Harmonies of #D695D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695D4

Black with #D695D4

Text Example


Text Example

White with #D695D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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