Html Css Color HEX #D692DD Plum

📋 copy color: '#D692DD'

red 214 ◦ green 146 ◦ blue 221

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

Shades of Plum #D692DD

Tints of Plum #D692DD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.13%

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 36.83%
G = 25.13%
B = 38.04%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D692DD (or 0xD692DD) is known color: Plum. HEX triplet: D6, 92 and DD. RGB value is (214,146,221). Sum of RGB (Red+Green+Blue) = 214+146+221=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D692DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692DD is #296D22. Grayscale: #AEAEAE. Windows color (decimal): -2714915 or 14521046. OLE color: 14521046.

HSL color Cylindrical-coordinate representation of color #D692DD: hue angle of 294.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D692DD is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 146 221 -
CMYK 0.03 0.34 0 0.13
HSL 294.4º 0.52% 0.72% -
HSV(B) 294.4º 0.34% 0.87% -
XYZ 51.06 40.07 73.45 -
YUV 174.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 214 146 221 0.03 0.34 0 0.13 294.4 0.52 0.72
Hex D6 92 DD 3 22 0 D 126 34 48
Octal 326 222 335 3 42 0 15 446 64 110
Binary 11010110 10010010 11011101 11 100010 0 1101 100100110 110100 1001000

Color Harmonies of #D692DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692DD

Black with #D692DD

Text Example


Text Example

White with #D692DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692DD; }

 p { color: rgb(214,146,221); }

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

background-color css

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

 a { background-color: rgb(214,146,221); }

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

border-color css

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

 span { border-color: rgb(214,146,221); }

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