Html Css Color HEX #D691CF Plum

📋 copy color: '#D691CF'

red 214 ◦ green 145 ◦ blue 207

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

Shades of Plum #D691CF

Tints of Plum #D691CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 37.81%
G = 25.62%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D691CF (or 0xD691CF) is known color: Plum. HEX triplet: D6, 91 and CF. RGB value is (214,145,207). Sum of RGB (Red+Green+Blue) = 214+145+207=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D691CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691CF is #296E30. Grayscale: #ACACAC. Windows color (decimal): -2715185 or 13603286. OLE color: 13603286.

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

Color convert

RGB 214 145 207 -
CMYK 0 0.32 0.03 0.16
HSL 306.09º 0.46% 0.7% -
HSV(B) 306.09º 0.32% 0.84% -
XYZ 49.12 39.05 63.98 -
YUV 172.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 214 145 207 0 0.32 0.03 0.16 306.09 0.46 0.7
Hex D6 91 CF 0 20 3 10 132 2E 46
Octal 326 221 317 0 40 3 20 462 56 106
Binary 11010110 10010001 11001111 0 100000 11 10000 100110010 101110 1000110

Color Harmonies of #D691CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691CF

Black with #D691CF

Text Example


Text Example

White with #D691CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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