Html Css Color HEX #D692CE Plum

📋 copy color: '#D692CE'

red 214 ◦ green 146 ◦ blue 206

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

Shades of Plum #D692CE

Tints of Plum #D692CE

RGB

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

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

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

R = 37.81%
G = 25.8%
B = 36.4%

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

#D692CE (or 0xD692CE) is known color: Plum. HEX triplet: D6, 92 and CE. RGB value is (214,146,206). Sum of RGB (Red+Green+Blue) = 214+146+206=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D692CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692CE is #296D31. Grayscale: #ADADAD. Windows color (decimal): -2714930 or 13538006. OLE color: 13538006.

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

Color convert

RGB 214 146 206 -
CMYK 0 0.32 0.04 0.16
HSL 307.06º 0.45% 0.71% -
HSV(B) 307.06º 0.32% 0.84% -
XYZ 49.15 39.31 63.39 -
YUV 173.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 214 146 206 0 0.32 0.04 0.16 307.06 0.45 0.71
Hex D6 92 CE 0 20 4 10 133 2D 47
Octal 326 222 316 0 40 4 20 463 55 107
Binary 11010110 10010010 11001110 0 100000 100 10000 100110011 101101 1000111

Color Harmonies of #D692CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692CE

Black with #D692CE

Text Example


Text Example

White with #D692CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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