Html Css Color HEX #D695D0 Plum

📋 copy color: '#D695D0'

red 214 ◦ green 149 ◦ blue 208

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

Shades of Plum #D695D0

Tints of Plum #D695D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.43%

R = 37.48%
G = 26.09%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D695D0 (or 0xD695D0) is known color: Plum. HEX triplet: D6, 95 and D0. RGB value is (214,149,208). Sum of RGB (Red+Green+Blue) = 214+149+208=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D695D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695D0 is #296A2F. Grayscale: #AEAEAE. Windows color (decimal): -2714160 or 13669846. OLE color: 13669846.

HSL color Cylindrical-coordinate representation of color #D695D0: hue angle of 305.54º 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 #D695D0 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 208 -
CMYK 0 0.30 0.03 0.16
HSL 305.54º 0.44% 0.71% -
HSV(B) 305.54º 0.3% 0.84% -
XYZ 49.86 40.35 64.83 -
YUV 175.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 214 149 208 0 0.30 0.03 0.16 305.54 0.44 0.71
Hex D6 95 D0 0 1E 3 10 132 2C 47
Octal 326 225 320 0 36 3 20 462 54 107
Binary 11010110 10010101 11010000 0 11110 11 10000 100110010 101100 1000111

Color Harmonies of #D695D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695D0

Black with #D695D0

Text Example


Text Example

White with #D695D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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