Html Css Color HEX #D691CE Plum

📋 copy color: '#D691CE'

red 214 ◦ green 145 ◦ blue 206

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

Shades of Plum #D691CE

Tints of Plum #D691CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.66%

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

R = 37.88%
G = 25.66%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D691CE (or 0xD691CE) is known color: Plum. HEX triplet: D6, 91 and CE. RGB value is (214,145,206). Sum of RGB (Red+Green+Blue) = 214+145+206=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D691CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691CE is #296E31. Grayscale: #ACACAC. Windows color (decimal): -2715186 or 13537750. OLE color: 13537750.

HSL color Cylindrical-coordinate representation of color #D691CE: hue angle of 306.96º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691CE is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 206 -
CMYK 0 0.32 0.04 0.16
HSL 306.96º 0.46% 0.7% -
HSV(B) 306.96º 0.32% 0.84% -
XYZ 49 39 63.34 -
YUV 172.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 214 145 206 0 0.32 0.04 0.16 306.96 0.46 0.7
Hex D6 91 CE 0 20 4 10 133 2E 46
Octal 326 221 316 0 40 4 20 463 56 106
Binary 11010110 10010001 11001110 0 100000 100 10000 100110011 101110 1000110

Color Harmonies of #D691CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691CE

Black with #D691CE

Text Example


Text Example

White with #D691CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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