Html Css Color HEX #D691D4 Plum

📋 copy color: '#D691D4'

red 214 ◦ green 145 ◦ blue 212

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

Shades of Plum #D691D4

Tints of Plum #D691D4

RGB

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

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

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

R = 37.48%
G = 25.39%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D691D4 (or 0xD691D4) is known color: Plum. HEX triplet: D6, 91 and D4. RGB value is (214,145,212). Sum of RGB (Red+Green+Blue) = 214+145+212=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D691D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691D4 is #296E2B. Grayscale: #ADADAD. Windows color (decimal): -2715180 or 13930966. OLE color: 13930966.

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

Color convert

RGB 214 145 212 -
CMYK 0 0.32 0.01 0.16
HSL 301.74º 0.46% 0.7% -
HSV(B) 301.74º 0.32% 0.84% -
XYZ 49.74 39.3 67.25 -
YUV 173.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 214 145 212 0 0.32 0.01 0.16 301.74 0.46 0.7
Hex D6 91 D4 0 20 1 10 12E 2E 46
Octal 326 221 324 0 40 1 20 456 56 106
Binary 11010110 10010001 11010100 0 100000 1 10000 100101110 101110 1000110

Color Harmonies of #D691D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691D4

Black with #D691D4

Text Example


Text Example

White with #D691D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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