Html Css Color HEX #D695CE Plum

📋 copy color: '#D695CE'

red 214 ◦ green 149 ◦ blue 206

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

Shades of Plum #D695CE

Tints of Plum #D695CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 37.61%
G = 26.19%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D695CE (or 0xD695CE) is known color: Plum. HEX triplet: D6, 95 and CE. RGB value is (214,149,206). Sum of RGB (Red+Green+Blue) = 214+149+206=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D695CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695CE is #296A31. Grayscale: #AEAEAE. Windows color (decimal): -2714162 or 13538774. OLE color: 13538774.

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

Color convert

RGB 214 149 206 -
CMYK 0 0.30 0.04 0.16
HSL 307.38º 0.44% 0.71% -
HSV(B) 307.38º 0.3% 0.84% -
XYZ 49.62 40.25 63.55 -
YUV 174.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 214 149 206 0 0.30 0.04 0.16 307.38 0.44 0.71
Hex D6 95 CE 0 1E 4 10 133 2C 47
Octal 326 225 316 0 36 4 20 463 54 107
Binary 11010110 10010101 11001110 0 11110 100 10000 100110011 101100 1000111

Color Harmonies of #D695CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695CE

Black with #D695CE

Text Example


Text Example

White with #D695CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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